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

#include <atomic>

Public Types

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

Definition at line 896 of file atomic.

Member Typedef Documentation

◆ __base_type

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

Definition at line 899 of file atomic.

◆ __integral_type

unsigned long std::atomic< unsigned long >::__integral_type

Definition at line 898 of file atomic.

Constructor & Destructor Documentation

◆ atomic()

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

Definition at line 907 of file atomic.


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