Constructor

Synopses

Constructor

constexpr
params_encoded_view() = default;

Constructor

constexpr
params_encoded_view(params_encoded_view const& other) = default;

Constructor

params_encoded_view(core::string_view s);

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.

Created with MrDocs