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