Erase elements
size_t
erase(
string_view key,
ignore_case_param ic) noexcept;
Declared in file <src/params_ref.cpp> at line 93
All iterators are invalidated.
this->count( key, ic ) == 0
Linear in `this->url().encoded_query().size()`.
Throws nothing.