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

Inherits __atomic_llong_base.

Public Types

typedef atomic_llong __base_type
 
typedef long long __integral_type
 

Public Member Functions

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

Public Attributes

long long _M_i
 

Detailed Description

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

Explicit specialization for long long.

Definition at line 411 of file cstdatomic.


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