boost::urls::param_view::operator param
Conversion
Synopsis
Declared in <boost/url/param.hpp>
explicit
operator 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.
Return Value
A new query parameter.
Created with MrDocs