libstdc++
|
#include <atomic>
Inherits __atomic_base< unsigned short >.
Public Types | |
typedef __atomic_base< unsigned short > | __base_type |
typedef unsigned short | __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 |
typedef __atomic_base<unsigned short> std::atomic< unsigned short >::__base_type |
typedef unsigned short std::atomic< unsigned short >::__integral_type |
|
inlineconstexprnoexcept |