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

Inherits __atomic_char_base.

Public Types

typedef atomic_char __base_type
typedef char __integral_type

Public Member Functions

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

Public Attributes

char _M_i

Detailed Description

template<>
struct std::atomic< char >

Explicit specialization for char.

Definition at line 249 of file cstdatomic.


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