libstdc++
Public Types | Public Member Functions | List of all members
std::atomic< wchar_t > Struct Template Reference

Inherits __atomic_base< wchar_t >.

Public Types

typedef __atomic_base< wchar_t > __base_type
 
typedef wchar_t __integral_type
 

Public Member Functions

 atomic (const atomic &)=delete
 
constexpr atomic (__integral_type __i) noexcept
 
atomicoperator= (const atomic &)=delete
 
atomicoperator= (const atomic &) volatile=delete
 

Detailed Description

template<>
struct std::atomic< wchar_t >

Explicit specialization for wchar_t.

Definition at line 965 of file atomic.


The documentation for this struct was generated from the following file: