Documentation Home >> Headers >> <jss/experimental_atomic.hpp> Header >> std::experimental::shared_ptr >> std::experimental::shared_ptr pointer dereference operator

Dereferences the pointer stored in a std::experimental::shared_ptr instance.

T& operator*() const noexcept;

Precondition:

this->get()!=nullptr.

Returns:

*this->get().

Throws:

Nothing.

Header

#include <experimental/atomic>

See Also