libstdc++
Public Types | Public Member Functions | List of all members
std::atomic< long > Struct Template Reference

Inherits __atomic_base< long >.

Public Types

typedef __atomic_base< long > __base_type
 
typedef long __integral_type
 

Public Member Functions

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

Detailed Description

template<>
struct std::atomic< long >

Explicit specialization for long.

Definition at line 873 of file atomic.


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