_M_erase_after overloads
Declared in <bslstp_slist.h>
Erase the node immediately following __pos and return the next node.
_Slist_node_base*
_M_erase_after(_Slist_node_base* __pos);
» more...
Erase nodes in the open range after the first argument up to the second.
_Slist_node_base*
_M_erase_after(
_Slist_node_base*,
_Slist_node_base*);
» more...