Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
param_pct_view::param_pct_view (3 of 5 overloads)

Constructor.

Synopsis
param_pct_view();
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.


PrevUpHomeNext