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

Inherits __atomic_wchar_t_base.

Public Types

typedef atomic_wchar_t __base_type
 
typedef wchar_t __integral_type
 

Public Member Functions

 atomic (const atomic &)=delete
 
 atomic (__integral_type __i)
 
atomicoperator= (const atomic &)=delete
 

Public Attributes

wchar_t _M_i
 

Detailed Description

template<>
struct std::atomic< wchar_t >

Explicit specialization for wchar_t.

Definition at line 447 of file cstdatomic.


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