Home | Libraries | People | FAQ | More |
Erase params.
std::size_t erase( pct_string_view key, ignore_case_param ic = {});
All iterators are invalidated.
this->count( key, ic ) == 0
Linear in this->url().encoded_query().size()
.
Exceptions thrown on invalid input.
Type |
Thrown On |
---|---|
|
|
The number of params removed from the container.
Name |
Description |
---|---|
|
The key to match. By default, a case-sensitive comparison is used. |
|
An optional parameter. If the value |