Return the in‐order predecessor of the specified node.
Synopsis
Declared in <bslalg_rbtreeutil.h>
static
RbTreeNode*
previous(RbTreeNode* node);
Description
Return the modifiable node that precedes the specified node.
Return Value
address of the in‐order predecessor of node
Parameters
Name |
Description |
node |
node whose in‐order predecessor is returned |
Created with MrDocs