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

Inherits __atomic_base< unsigned long long >.

Public Types

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

Static Public Attributes

static constexpr bool is_always_lock_free
 

Detailed Description

Explicit specialization for unsigned long long.

Definition at line 937 of file atomic.

Member Typedef Documentation

◆ __base_type

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

Definition at line 940 of file atomic.

◆ __integral_type

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

Definition at line 939 of file atomic.

Constructor & Destructor Documentation

◆ atomic()

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

Definition at line 948 of file atomic.

Member Data Documentation

◆ is_always_lock_free

constexpr bool std::atomic< unsigned long long >::is_always_lock_free
staticconstexpr

Definition at line 954 of file atomic.


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