bsl::_Slist_base::_M_erase_after

Erase the node immediately following __pos and return the next node.

Synopsis

Declared in <bslstp_slist.h>

_Slist_node_base*
_M_erase_after(_Slist_node_base* __pos);

Return Value

node that followed the erased element, or null

Parameters

NameDescription
__posnode preceding the erased element