Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
grammar::recycled_ptr::operator bool

Return true if this references an object.

Synopsis
operator bool() const;
Effects
return ! this->empty();
Exception Safety

Throws nothing.


PrevUpHomeNext