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->[link url.ref.boost__urls__grammar__recycled_ptr.empty `empty`]();
Exception Safety

Throws nothing.


PrevUpHomeNext