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

#include <atomic>

Inherits __atomic_base< signed char >.

Public Types

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

Definition at line 736 of file atomic.

Member Typedef Documentation

◆ __base_type

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

Definition at line 739 of file atomic.

◆ __integral_type

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

Definition at line 738 of file atomic.

Constructor & Destructor Documentation

◆ atomic()

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

Definition at line 747 of file atomic.


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