Removes the element at pos and returns an iterator to the following element.
pos
Declared in <prevector.h>
<prevector.h>
iterator erase(iterator pos);
An iterator to the element following the removed one.