Erase params
Synopsis
Declared in header </boost/url/params_encoded_ref.hpp#L657[boost/url/params_encoded_ref.hpp,window=blank_]>
size_t
erase(
pct_string_view key,
ignore_case_param ic = = {}) noexcept;
Description
All iterators are invalidated.
Postconditions
this->count( key, ic ) == 0
Complexity
Linear in this->url().encoded_query().size()
.
Exception Safety
Exceptions thrown on invalid input.
Return Value
-
size_t
Parameters
Name | Type |
---|---|
key |
|
ic |
|