Public Member Functions | |
T | exchange (T desired) |
mutable_ (mutable_ const &that) | |
constexpr | mutable_ (T &&t) |
constexpr | mutable_ (T const &t) |
operator std::atomic< T > & () const & | |
operator T () const | |
mutable_ const & | operator= (mutable_ const &that) const |
mutable_ const & | operator= (T &&t) const |
mutable_ const & | operator= (T const &t) const |
Public Attributes | |
std::atomic< T > | value |