boost::urls::params_view::params_view

Constructor

Synopses

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;

Exceptions

Name

Thrown on

system_error

s contains an invalid query parameter string.

Parameters

Name

Description

s

The string to parse.

other

The object to copy

opt

The options for decoding. If this parameter is omitted, space_as_plus is used.

Created with MrDocs