boost::urls::params_encoded_view::params_encoded_view

Constructor

Synopsis

Declared in <boost/url/params_encoded_view.hpp>
constexpr
params_encoded_view() = default;


Description

Default-constructed params have zero elements.

Example

params_encoded_view qp;

Effects

return params_encoded_view( "" );

Complexity

Constant.

Exception Safety

Throws nothing.

Created with MrDocs