Construct an instance of std::experimental::atomic_shared_ptr
with a default-initialized value.
constexpr atomic_shared_ptr() noexcept;
Constructs a new std::experimental::atomic_shared_ptr
object with a default-initialized value.
Nothing.
#include <experimental/atomic>