:relfileprefix: ../../../ [#boost-urls-param_view-2conversion] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/param_view.adoc[pass:[param_view]]::operator param Conversion == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- explicit operator xref:boost/urls/param.adoc[param](); ---- == Description This function performs a conversion from a reference-like query parameter to one retaining ownership of the strings by making a copy. No validation is performed on the strings. === Complexity Linear in `this->key.size() + this->value.size()`. === Exception Safety Calls to allocate may throw.