[#9B7D6A78083E6BEECF3F13039B041B208FB920A9]

Function param:: param

Constructor

Synopsis

            param() = default;
        

Description

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

Example

param qp;

Postconditions

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

Complexity

Constant.

Exception Safety

Throws nothing.