Constructor

Synopsis

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