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

Inherits __atomic_base< char32_t >.

Public Types

typedef __atomic_base< char32_t > __base_type
 
typedef char32_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 char32_t.

Definition at line 1033 of file atomic.

Member Typedef Documentation

◆ __base_type

typedef __atomic_base<char32_t> std::atomic< char32_t >::__base_type

Definition at line 1036 of file atomic.

◆ __integral_type

typedef char32_t std::atomic< char32_t >::__integral_type

Definition at line 1035 of file atomic.

Constructor & Destructor Documentation

◆ atomic()

constexpr std::atomic< char32_t >::atomic ( __integral_type  __i)
inlineconstexprnoexcept

Definition at line 1044 of file atomic.

Member Data Documentation

◆ is_always_lock_free

constexpr bool std::atomic< char32_t >::is_always_lock_free
staticconstexpr

Definition at line 1050 of file atomic.


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