Erases range of elements from container.
iterator erase( iterator first, iterator last);
Iterator to position where the first element was erased
Name |
Description |
---|---|
|
Iterator pointing to the first element to be erased |
|
Iterator pointing to one past the last element to be erased |