boost::urls::params_view::params_view

Constructor

Synopsis

Declared in <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.

Created with MrDocs