The unique
member function
identifies whether or not *this
shares ownership of its object with
any other std::experimental::shared_ptr
or std::experimental::atomic_shared_ptr
instances.
bool unique() const noexcept;
this->use_count()==1
Nothing
#include <experimental/atomic>