operator params_view
Conversion
Synopsis
operator params_view() const noexcept;
Declared in file <include/boost/url/params_encoded_view.hpp> on line 223
Defined in file <src/params_encoded_view.cpp> on line 37
Description
This conversion returns a new view which references the same underlying character buffer, and whose iterators and members return ordinary strings with decoding applied to any percent escapes. Ownership is not transferred; the caller is responsible for ensuring the lifetime of the buffer extends until it is no longer referenced.