boost::urls::params_view::params_view

Constructor

Synopses

Declared in <boost/url/params_view.hpp>
Constructor
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...

Exceptions

Name Thrown on
system_error s contains an invalid query parameter string.

Parameters

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.

Created with MrDocs