Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
grammar::recycled_ptr::operator->

Return the referenced object.

Synopsis
T*
operator->() const;
Description

If this is empty, nullptr is returned.

Exception Safety

Throws nothing.


PrevUpHomeNext