Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
grammar::recycled_ptr::get

Return the referenced object.

Synopsis
T*
get() const;
Description

If this is empty, nullptr is returned.

Exception Safety

Throws nothing.


PrevUpHomeNext