:relfileprefix: ../../../../ [#boost-urls-grammar-recycled_ptr-operator_star] = 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* Return the referenced object == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- T& operator*() const noexcept; ---- == Description === Preconditions [,cpp] ---- not this->empty() ----