std::atomic::types {Type}

Public

Types

NameDescription
Atomic

Functions

NameDescription
types::sub
types::mul
types::and
types::storeStores data atomically, by default this uses SEQ_CONSISTENT ordering.
types::shl
types::shr
types::xor
types::loadLoads data atomically, by default this uses SEQ_CONSISTENT ordering.
types::div
types::max
types::or
types::set
types::clear
types::add
types::min