boost::urls::param_pct_view::operator param_view

Conversion to param_view

Synopsis

Declared in header <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.

Exception Safety

Calls to allocate may throw.