bsl::vector<VALUE_TYPE*, ALLOCATOR>::erase

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

NameDescription
firstbeginning of the range (inclusive)
lastend of the range (exclusive)