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

Inherits __atomic_bool_base.

Public Types

typedef atomic_bool __base_type
typedef bool __integral_type

Public Member Functions

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

Public Attributes

bool _M_i

Detailed Description

template<>
struct std::atomic< bool >

Explicit specialization for bool.

Definition at line 231 of file cstdatomic.


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