[#0E2EFD59D37FF0084AC5C9BC05B6F3427C53131E]
Constructor
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
Constant.
Throws nothing.