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

Inherits __atomic_base< wchar_t >.

Public Types

typedef __atomic_base< wchar_t > __base_type
 
typedef wchar_t __integral_type
 

Public Member Functions

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

Static Public Attributes

static constexpr bool is_always_lock_free
 

Detailed Description

Explicit specialization for wchar_t.

Definition at line 960 of file atomic.


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