Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
handler_ptr::operator*

Return a reference to the owned object.

Synopsis
T&
operator*() const;
Description
Preconditions:

has_value() == true


PrevUpHomeNext