chsvlib
chsv helper source code

◆ erase()

iterator erase ( const_iterator  first,
const_iterator  last 
)

Erases elements given by a pair of iterators from the vector.

Parameters
firstAn iterator specifying the first element of the range.
lastAn iterator associated with the first (pseudo-) element beyond the range.
Returns
An iterator associated with the same element as last after the erasure has taken place.