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