prevector<36, unsigned char>::erase

Removes the element at pos and returns an iterator to the following element.

Synopsis

Declared in <prevector.h>

iterator
erase(iterator pos);

Return Value

An iterator to the element following the removed one.

Parameters

NameDescription
posIterator to the element to remove.