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