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

Inherits __atomic_schar_base.

Public Types

typedef atomic_schar __base_type
 
typedef signed char __integral_type
 

Public Member Functions

 atomic (const atomic &)=delete
 
 atomic (__integral_type __i)
 
atomicoperator= (const atomic &)=delete
 

Public Attributes

signed char _M_i
 

Detailed Description

template<>
struct std::atomic< signed char >

Explicit specialization for signed char.

Definition at line 267 of file cstdatomic.


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