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.

Exception Safety

Calls to allocate may throw.

Return Value

A param_view object

Created with MrDocs