boost::urls::param_pct_view::operator param_view
Conversion to param_view
Synopsis
Declared in <boost/url/param.hpp>
operator param_view() const noexcept;
Description
This function performs a conversion from a pct_string_view query parameter to one using a simple string_view.
Return Value
A param_view object
Created with MrDocs