bsl::_Sl_global::__reverse

Reverse the linked list beginning at __node and return the new head.

Synopsis

Declared in <bslstp_slistbase.h>

static
_Slist_node_base*
__reverse(_Slist_node_base* __node);

Return Value

new head of the reversed list

Parameters

NameDescription
__nodehead of the list to reverse