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

#include <atomic>

Inherits __atomic_base< unsigned char >.

Public Types

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

Definition at line 758 of file atomic.

Member Typedef Documentation

◆ __base_type

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

Definition at line 761 of file atomic.

◆ __integral_type

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

Definition at line 760 of file atomic.

Constructor & Destructor Documentation

◆ atomic()

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

Definition at line 769 of file atomic.


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