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

Name

Description

pos

Iterator to the element to remove.

Created with MrDocs