Removes the item at the current position of iterator pos, making the vector smaller. Returns a new value to continue iteration.
pos
// PROTOTYPE Iterator erase(ConstIterator pos);