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

Inherits atomic_llong.

Public Types

typedef atomic_llong __base_type
 
typedef long long __integral_type
 

Public Member Functions

 atomic (const atomic &)=delete
 
constexpr atomic (__integral_type __i)
 
atomicoperator= (const atomic &)=delete
 
atomicoperator= (const atomic &) volatile=delete
 

Detailed Description

template<>
struct std::atomic< long long >

Explicit specialization for long long.

Definition at line 607 of file atomic.


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