boost::urls::params_view::params_view
Constructor
Synopses
Declared in <boost/url/params_view.hpp>
Constructor
params_view() = default;
Constructor
params_view(core::string_view s);
Constructor
constexpr
params_view(params_view const& other) = default;
Constructor
params_view(
core::string_view s,
encoding_opts opt);
Constructor
params_view(
params_view const& other,
encoding_opts opt) noexcept;
Parameters
Name |
Description |
s |
The string to parse. |
other |
The object to copy |
opt |
The options for decoding. If this parameter is omitted, |
Created with MrDocs