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

Inherits __atomic_base< char16_t >.

Public Types

typedef __atomic_base< char16_t > __base_type
 
typedef char16_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
 

Static Public Attributes

static constexpr bool is_always_lock_free
 

Detailed Description

template<>
struct std::atomic< char16_t >

Explicit specialization for char16_t.

Definition at line 1009 of file atomic.


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