Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
param::param (1 of 4 overloads)

Constructor.

Synopsis
param();
Description

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

Example
[link url.ref.boost__urls__param.param `param`] qp;
Postconditions
this->[link url.ref.boost__urls__param.key `key`] == "" && this->[link url.ref.boost__urls__param.value `value`] == "" && this->[link url.ref.boost__urls__param.has_value `has_value`] == false
Complexity

Constant.

Exception Safety

Throws nothing.


PrevUpHomeNext