libstdc++
std::atomic< wchar_t > Struct Template Reference

Inherits atomic_wchar_t.

Public Types

typedef atomic_wchar_t __base_type
 
typedef wchar_t __integral_type
 

Public Member Functions

 atomic (const atomic &)=delete
 
constexpr atomic (__integral_type __i)
 
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 645 of file atomic.


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