Constructor
void
param_view();
Declared in file <boost/url/param.hpp> at line 455
Default constructed query parameters have an empty key and no value.
param_view qp;
this->key == "" && this->value == "" && this->has_value == false
Constant.
Throws nothing.