Reverse the linked list beginning at __node and return the new head.
Declared in <bslstp_slistbase.h>
static
_Slist_node_base*
__reverse(_Slist_node_base* __node);
new head of the reversed list
| Name | Description |
|---|---|
| __node | head of the list to reverse |