Erase the element immediately after __pos and return the following iterator.

Synopsis

Declared in <bslstp_slist.h>

iterator
erase_after(iterator __pos);

Return Value

iterator referring to the element after the erased one

Parameters

Name

Description

__pos

position preceding the erased element

Created with MrDocs