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
Name |
Description |
__pos |
node preceding the erased element |
Created with MrDocs