Removes the elements in the range [first, last) and returns an iterator to the following element.]
An iterator to the element following the removed range.
| Name | Description |
|---|---|
| first | Iterator to the first element to remove. |
| last | Iterator one past the last element to remove. |