Erase elements from this vector.

Synopses

Declared in <bslstl_vector.h>

Erase elements from this vector.

Erase elements from this vector.

Return Value

iterator following the last erased element, or end() if none remain

Parameters

Name

Description

position

element position or insertion point

first

beginning of the range (inclusive)

last

end of the range (exclusive)

Created with MrDocs