[#0E2EFD59D37FF0084AC5C9BC05B6F3427C53131E]

Function param_pct_view:: param_pct_view

Constructor

Synopsis

            constexpr
param_pct_view() = default;
        

Description

Default constructed query parameters have an empty key and no value.

Example

param_pct_view qp;

Postconditions

this->key == "" && this->value == "" && this->has_value == false

Complexity

Constant.

Exception Safety

Throws nothing.