boost::urls::params_encoded_view::params_encoded_view

Constructor

Synopses

Declared in <boost/url/params_encoded_view.hpp>

Constructor

constexpr
params_encoded_view() = default;
» more...

Constructor

constexpr
params_encoded_view(params_encoded_view const& other) = default;
» more...

Constructor

params_encoded_view(core::string_view s);
» more...

Exceptions

NameThrown on
system_errors contains an invalid query parameter string.

Parameters

NameDescription
otherThe object to copy
sThe string to parse.