Removes the elements in the range [first, last)].
Synopsis
Return Value
An iterator to the element following the last erased element.
Parameters
Name |
Description |
first |
An iterator to the first element to erase. |
last |
An iterator past the last element to erase. |
Created with MrDocs