MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
atomic< bool > 成员列表

成员的完整列表,这些成员属于 atomic< bool >,包括所有继承而来的类成员

atomic(const bool value) noexceptatomic< bool >inline
compare_exchange_strong(bool &value1, const bool value2, const memory_order success, const memory_order failure) noexceptatomic< bool >inline
compare_exchange_strong(bool &value1, const bool value2, const memory_order success, const memory_order failure) volatile noexceptatomic< bool >inline
compare_exchange_strong(bool &value1, const bool value2, const memory_order mo=memory_order_seq_cst) noexceptatomic< bool >inline
compare_exchange_strong(bool &value1, const bool value2, const memory_order mo=memory_order_seq_cst) volatile noexceptatomic< bool >inline
compare_exchange_weak(bool &value1, const bool value2, const memory_order success, const memory_order failure) noexceptatomic< bool >inline
compare_exchange_weak(bool &value1, const bool value2, const memory_order success, const memory_order failure) volatile noexceptatomic< bool >inline
compare_exchange_weak(bool &value1, const bool value2, const memory_order mo=memory_order_seq_cst) noexceptatomic< bool >inline
compare_exchange_weak(bool &value1, const bool value2, const memory_order mo=memory_order_seq_cst) volatile noexceptatomic< bool >inline
exchange(const bool value, const memory_order mo=memory_order_seq_cst) noexceptatomic< bool >inline
exchange(const bool value, const memory_order mo=memory_order_seq_cst) volatile noexceptatomic< bool >inline
is_always_lock_freeatomic< bool >static
is_lock_free() const noexceptatomic< bool >inline
is_lock_free() const volatile noexceptatomic< bool >inline
load(const memory_order mo=memory_order_seq_cst) const noexceptatomic< bool >inline
load(const memory_order mo=memory_order_seq_cst) const volatile noexceptatomic< bool >inline
notify_all() noexceptatomic< bool >inline
notify_one() noexceptatomic< bool >inline
operator bool() const noexceptatomic< bool >inline
operator bool() const volatile noexceptatomic< bool >inline
operator bool() const noexceptatomic< bool >inline
operator bool() const volatile noexceptatomic< bool >inline
operator=(const bool value) noexceptatomic< bool >inline
operator=(const bool value) volatile noexceptatomic< bool >inline
store(const bool value, const memory_order mo=memory_order_seq_cst) noexceptatomic< bool >inline
store(const bool value, const memory_order mo=memory_order_seq_cst) volatile noexceptatomic< bool >inline
value_type typedefatomic< bool >
wait(const bool old, const memory_order mo=memory_order_seq_cst) const noexceptatomic< bool >inline