erase overloads

Synopses

Declared in <bslstp_slist.h>

Erase the element at __pos and return the following iterator.

Erase the elements in the half‐open range [`__first`, __last).]

iterator
erase(
    iterator __first,
    iterator __last);

Created with MrDocs