Constructor
<include/boost/url/param.hpp>
constexpr param_pct_view() = default;
Default constructed query parameters have an empty key and no value.
param_pct_view qp;
this->key == "" && this->value == "" && this->has_value == false