Erase elements from this vector.

Synopsis

Declared in <bslstl_vector.h>

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