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