Removes the elements in the range [first, last)].
Declared in <absl/container/linked_hash_map.h>
iterator
erase(
const_iterator first,
const_iterator last);
An iterator to the element following the last erased element.
| Name | Description |
|---|---|
| first | An iterator to the first element to erase. |
| last | An iterator past the last element to erase. |