:relfileprefix: ../../../ [#7AAD1217851068D0596D8762BE5096B150392DCE] = Function param_view::param_view pass:v,q[Constructor] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr param_view() = default; ---- == Description pass:v,q[Default constructed query parameters] pass:v,q[have an empty key and no value.] === Example [,cpp] ---- param_view qp; ---- === Postconditions [,cpp] ---- this->key == "" && this->value == "" && this->has_value == false ---- === Complexity pass:v,q[Constant.] === Exception Safety pass:v,q[Throws nothing.] == Return Value * `void`