Boost.URL
Report an Issue
  • Boost.URL
  • boost::urls::grammar::recycled_ptr::operator bool
Home:

boost::urls::grammar::recycled_ptr::operator bool

Return true if this references an object

Synopsis

Declared in header <boost/url/grammar/recycled.hpp>

explicit
operator bool() const noexcept;

Description

Effects

return ! this->empty();

Exception Safety

Throws nothing.