boost::urls::params_encoded_view::params_encoded_view

Constructor

Synopses

Constructor

constexpr
params_encoded_view() = default;

Constructor

params_encoded_view(core::string_view s);

Constructor

constexpr
params_encoded_view(params_encoded_view const& other) = default;

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

Created with MrDocs