Erase elements from this vector.
Declared in <bslstl_vector.h>
vector<VALUE_TYPE*, ALLOCATOR>::iterator
erase(
const_iterator first,
const_iterator last);
iterator following the last erased element, or end() if none remain
| Name | Description |
|---|---|
| first | beginning of the range (inclusive) |
| last | end of the range (exclusive) |