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