Construct an instance of std::atomic<integral-type> with a default-initialized value.
atomic<integral-type>();
Constructs a new std::atomic<integral-type> object with a default-initialized
value.
Instances of std::atomic with non-static
storage duration initialized with the default constructor cannot
be relied upon to have a predictable value.
Nothing.
#include <atomic>