<boost/url/params_view.hpp>
params_view() = default;
» more...
Constructor
constexpr
params_view(params_view const& other) = default;
» more...
Constructor
params_view(core::string_view s);
» more...
Constructor
params_view(
core::string_view s,
encoding_opts opt);
» more...
Constructor
params_view(
params_view const& other,
encoding_opts opt) noexcept;
» more...
Name | Thrown on |
---|---|
system_error |
s contains an invalid query parameter string. |
Name | Description |
---|---|
other | The object to copy |
s | The string to parse. |
opt | The options for decoding. If this parameter is omitted, space_as_plus is used. |