Erase params
Exceptions
Name |
Thrown on |
system_error |
key contains an invalid percent-encoding. |
Return Value
- An iterator to one past the removed element.
- An iterator to one past the removed range.
- An iterator to one past the removed range.
- The number of params removed from the container.
Parameters
Name |
Description |
pos |
An iterator to the element. |
first |
The first element to remove. |
last |
One past the last element to remove. |
key |
The key to match. By default, a case-sensitive comparison is used. |
ic |
An optional parameter. If the value ignore_case is passed here, the comparison is case-insensitive. |