:relfileprefix: ../../../../ [#boost-urls-grammar-recycled_ptr-operator_ptr] = 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 If this is empty, `nullptr` is returned. === Exception Safety Throws nothing.