|
libstdc++
|
Inherits __atomic_base< short >.
Public Types | |
| typedef __atomic_base< short > | __base_type |
| typedef 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 |
Static Public Attributes | |
| static constexpr bool | is_always_lock_free |
| typedef __atomic_base<short> std::atomic< short >::__base_type |
| typedef short std::atomic< short >::__integral_type |
|
inlineconstexprnoexcept |
|
staticconstexpr |