Construct an instance of std::experimental::atomic_weak_ptr
with the supplied std::experimental::weak_ptr
value.
atomic_weak_ptr(weak_ptr<T> p) noexcept;
Constructs a new std::experimental::atomic_weak_ptr
object with a value of p
.
Nothing.
#include <experimental/atomic>