Construct an instance of std::atomic_address
with a default-initialized value.
atomic_address();
- Effects:
Constructs a new
std::atomic_addressobject with a default-initialized value.- Note:
Instances of
std::atomic_addresswith non-static storage duration initialized with the default constructor cannot be relied upon to have a predictable value.- Throws:
Nothing.
Header
#include <atomic>