|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 atomic< float >,包括所有继承而来的类成员
| compare_exchange_strong(float &expected, float desired, const memory_order success, const memory_order failure) noexcept | atomic< float > | inline |
| compare_exchange_weak(float &expected, float desired, const memory_order success, const memory_order failure) noexcept | atomic< float > | inline |
| difference_type typedef | atomic_float_base< float > | |
| exchange(float value, const memory_order mo=memory_order_seq_cst) noexcept | atomic< float > | inline |
| fetch_add(value_type value, const memory_order mo=memory_order_seq_cst) noexcept | atomic_float_base< float > | inline |
| fetch_sub(value_type value, const memory_order mo=memory_order_seq_cst) noexcept | atomic_float_base< float > | inline |
| is_always_lock_free | atomic< float > | static |
| is_lock_free() const noexcept | atomic< float > | inline |
| load(const memory_order mo=memory_order_seq_cst) const noexcept | atomic< float > | inline |
| notify_all() noexcept | atomic_float_base< float > | inline |
| notify_one() noexcept | atomic_float_base< float > | inline |
| operator float() const noexcept | atomic< float > | inline |
| operator float() const volatile noexcept | atomic< float > | inline |
| operator+=(value_type value) noexcept | atomic_float_base< float > | inline |
| operator-=(value_type value) noexcept | atomic_float_base< float > | inline |
| store(float value, const memory_order mo=memory_order_seq_cst) noexcept | atomic< float > | inline |
| value_type typedef | atomic< float > | |
| wait(float old, const memory_order mo=memory_order_seq_cst) const noexcept | atomic_float_base< float > | inline |