Constructor
Synopsis
Declared in <boost/url/param.hpp>
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 == falseComplexity
Constant.
Exception Safety
Throws nothing.
Created with MrDocs