Erase the element at __pos and return the following iterator.

Synopsis

Declared in <bslstp_slist.h>

iterator
erase(iterator __pos);

Return Value

iterator referring to the element after __pos

Parameters

Name

Description

__pos

position of the element to erase

Created with MrDocs