Load the value stored in *this.
operator integral-type() const volatile;
- Returns:
this->load(std::memory_order_seq_cst).- Throws:
Nothing.
#include <atomic>
Load the value stored in *this.
operator integral-type() const volatile;
this->load(std::memory_order_seq_cst).
Nothing.
#include <atomic>