Return the node preceding __node when walking from __head.

Synopsis

Declared in <bslstp_slistbase.h>

static
_Slist_node_base*
__previous(
    _Slist_node_base* __head,
    _Slist_node_base const* __node);

Return Value

predecessor of __node, or null if none

Parameters

Name

Description

__head

starting node of the walk

__node

node whose predecessor is sought

Created with MrDocs