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

#include <atomic>

Public Types

typedef __atomic_base< long > __base_type
 
typedef 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.

Definition at line 873 of file atomic.

Member Typedef Documentation

◆ __base_type

__atomic_base<long> std::atomic< long >::__base_type

Definition at line 876 of file atomic.

◆ __integral_type

long std::atomic< long >::__integral_type

Definition at line 875 of file atomic.

Constructor & Destructor Documentation

◆ atomic()

std::atomic< long >::atomic ( __integral_type __i)
inlineconstexprnoexcept

Definition at line 884 of file atomic.


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