boost::urls::params_encoded_view::params_encoded_view

Constructor

Synopsis

Declared in <include/boost/url/params_encoded_view.hpp>

constexpr
params_encoded_view() = default;

» more...

constexpr
params_encoded_view(params_encoded_view const& other) = default;

» more...

params_encoded_view(core::string_view s);

» more...

Description

Default-constructed params have zero elements.

params_encoded_view qp; return params_encoded_view( "" );

Constant.

Throws nothing.

Exceptions

Name Thrown on
[object Object]

contains an invalid query parameter string.

Parameters

Name Description
s

The string to parse.

Created with MrDocs