libstdc++: std::atomic< unsigned long long (original) (raw)
#include <[atomic](a00050%5Fsource.html)>
Inherits __atomic_base< unsigned long long >.
Public Member Functions | |
---|---|
constexpr | atomic (__integral_type __i) noexcept |
atomic (const atomic &)=delete | |
atomic & | operator= (const atomic &) volatile=delete |
atomic & | operator= (const atomic &)=delete |
Explicit specialization for unsigned long long.
Definition at line 943 of file atomic.
◆ __base_type
typedef __atomic_base std::atomic< unsigned long long >::__base_type
Definition at line 946 of file atomic.
◆ __integral_type
typedef unsigned long long std::atomic< unsigned long long >::__integral_type
Definition at line 945 of file atomic.
constexpr std::atomic< unsigned long long >::atomic ( __integral_type __i) | inlineconstexprnoexcept |
---|
Definition at line 954 of file atomic.
The documentation for this struct was generated from the following file: