Explicit specialization for bool.
More...
List of all members.
Public Types
-
typedef atomic_bool __base_type
-
typedef bool __integral_type
Public Member Functions
-
atomic (const atomic &)
-
constexpr atomic (__integral_type __i)
-
bool compare_exchange_strong (bool &__i1, bool __i2, memory_order __m1, memory_order __m2)
-
bool compare_exchange_strong (bool &__i1, bool __i2, memory_order __m1, memory_order __m2) volatile
-
bool compare_exchange_strong (bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst)
-
bool compare_exchange_strong (bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst) volatile
-
bool compare_exchange_weak (bool &__i1, bool __i2, memory_order __m1, memory_order __m2)
-
bool compare_exchange_weak (bool &__i1, bool __i2, memory_order __m1, memory_order __m2) volatile
-
bool compare_exchange_weak (bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst)
-
bool compare_exchange_weak (bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst) volatile
-
bool exchange (bool __i, memory_order __m=memory_order_seq_cst) volatile
-
bool exchange (bool __i, memory_order __m=memory_order_seq_cst)
-
bool is_lock_free () const
-
bool is_lock_free () const volatile
-
bool load (memory_order __m=memory_order_seq_cst) const
-
bool load (memory_order __m=memory_order_seq_cst) const volatile
-
operator bool () const
-
operator bool () const volatile
-
atomic & operator= (const atomic &)
-
atomic & operator= (const atomic &) volatile
-
void store (bool __i, memory_order __m=memory_order_seq_cst) volatile
-
void store (bool __i, memory_order __m=memory_order_seq_cst)
Detailed Description
template<>
struct std::atomic< bool >
Explicit specialization for bool.
Definition at line 361 of file atomic.
The documentation for this struct was generated from the following file: