[#7AAD1217851068D0596D8762BE5096B150392DCE]
Constructor
constexpr param_view() = default;
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.