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

Inherits __atomic_base< signed char >.

Public Types

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

Explicit specialization for signed char.

Definition at line 735 of file atomic.


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