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

#include <atomic>

Inherits __atomic_base< char16_t >.

Public Types

typedef __atomic_base< char16_t__base_type
 
typedef char16_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
 

Detailed Description

Explicit specialization for char16_t.

Definition at line 1014 of file atomic.

Member Typedef Documentation

◆ __base_type

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

Definition at line 1017 of file atomic.

◆ __integral_type

typedef char16_t std::atomic< char16_t >::__integral_type

Definition at line 1016 of file atomic.

Constructor & Destructor Documentation

◆ atomic()

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

Definition at line 1025 of file atomic.


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