libstdc++
std::atomic< long long > Struct Reference

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
 
atomicoperator= (const atomic &) volatile=delete
 
atomicoperator= (const atomic &)=delete
 

Detailed Description

Explicit specialization for long long.

Definition at line 919 of file atomic.


The documentation for this struct was generated from the following file: