operator param Conversion Synopsis operator param() const; Defined in file <include/boost/url/param.hpp> on line 840 Description This function performs a conversion from a reference-like query parameter to one retaining ownership of the strings by making a copy. Complexity Linear in this->key.size() + this->value.size(). Exception Safety Calls to allocate may throw.