Dereferences the pointer stored in a std::experimental::shared_ptr
instance.
T& operator*() const noexcept;
this->get()!=nullptr
.
*this->get()
.
Nothing.
#include <experimental/atomic>