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

#include <atomic>

Public Types

typedef __atomic_base< char > __base_type
 
typedef char __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 char.

Definition at line 712 of file atomic.

Member Typedef Documentation

◆ __base_type

__atomic_base<char> std::atomic< char >::__base_type

Definition at line 715 of file atomic.

◆ __integral_type

char std::atomic< char >::__integral_type

Definition at line 714 of file atomic.

Constructor & Destructor Documentation

◆ atomic()

std::atomic< char >::atomic ( __integral_type __i)
inlineconstexprnoexcept

Definition at line 723 of file atomic.


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