libstdc++
std::atomic< unsigned int > Struct Template Reference

Inherits __atomic_base< unsigned int >.

Public Types

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

Explicit specialization for unsigned int.

Definition at line 850 of file atomic.


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