Return true if this references an object

Synopsis

explicit
operator bool() const noexcept;

Description

Effects

return ! this->empty();

Exception Safety

Throws nothing.

Return Value

!this‐>empty()

Created with MrDocs