operator bool

Return true if this references an object

Synopsis

operator bool() const noexcept;

Defined in file <include/boost/url/grammar/recycled.hpp> on line 419

Description

Effects

return ! this->empty();

Exception Safety

Throws nothing.