Return true if this references an object
bool operator bool() noexcept;
Declared in file <boost/url/grammar/recycled.hpp> at line 419
return ! this->empty();
Throws nothing.