Constructor

Synopsis

Declared in header <boost/url/params_view.hpp>

params_view() = default;

Description

Default-constructed params have zero elements.

Example

params_view qp;

Effects

return params_view( "" );

Complexity

Constant.

Exception Safety

Throws nothing.