libstdc++
|
#include <atomic>
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 | |
atomic & | operator= (const atomic &) volatile =delete |
atomic & | operator= (const atomic &)=delete |
__atomic_base<char32_t> std::atomic< char32_t >::__base_type |
char32_t std::atomic< char32_t >::__integral_type |
|
inlineconstexprnoexcept |