operator bool

Return true if this references an object

Synopsis

bool operator bool() noexcept;

Declared in file <boost/url/grammar/recycled.hpp> at line 419

Description

Effects

return ! this->empty();

Exception Safety

Throws nothing.