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

Inherits __atomic_long_base.

Public Types

typedef atomic_long __base_type
 
typedef long __integral_type
 

Public Member Functions

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

Public Attributes

long _M_i
 

Detailed Description

template<>
struct std::atomic< long >

Explicit specialization for long.

Definition at line 375 of file cstdatomic.


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