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