Documentation Home >> Headers >> <atomic> Header >> std::atomic >> specializations >> std::atomic<integral-type> >> std::atomic<integral-type>::operator integral-type Conversion Operator

Load the value stored in *this.

operator integral-type() const volatile;

Returns:

this->load(std::memory_order_seq_cst).

Throws:

Nothing.

Header

#include <atomic>

See Also