Boost.Capy

    • Reference
  • boost::capy::neunique_ptr::operator*
arrow_upward

boost::capy::neunique_ptr::operator*

Dereference the pointer.

Synopsis

Declared in <boost/capy/neunique_ptr.hpp>

std::add_lvalue_reference<T>::type
operator*() const noexcept;

Return Value

Reference to the pointed‐to object.

Preconditions

  • get() != nullptr

Created with MrDocs