:relfileprefix: ../../../../ [#boost-urls-grammar-recycled_ptr-2conversion] == xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/grammar.adoc[pass:[grammar]]::xref:boost/urls/grammar/recycled_ptr.adoc[pass:[recycled_ptr]]::operator bool Return true if this references an object === Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- explicit operator bool() const noexcept; ---- === Description [,cpp] ---- return ! this->empty(); ---- === Throws nothing.