Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
handler_ptr::get

Return a pointer to the owned object.

Synopsis
T*
get() const;
Description
Preconditions:

has_value() == true


PrevUpHomeNext