:relfileprefix: ../../../ [#boost-urls-pct_string_view-operator_star] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/pct_string_view.adoc[pass:[pct_string_view]]::operator* Return the string as a range of decoded characters == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/decode_view.adoc[decode_view] operator*() const noexcept; ---- == Description === Complexity Constant. === Exception Safety Throws nothing. == See Also xref:boost/urls/decode_view.adoc[decode_view] .