Return the in‐order successor of the specified node.
Synopses
Declared in <bslalg_rbtreeutil.h>
Return the in‐order successor of the specified node.
static
RbTreeNode*
next(RbTreeNode* node);
Return the in‐order successor of the specified node.
static
RbTreeNode const*
next(RbTreeNode const* node);
Return Value
address of the in‐order successor of node
Parameters
Name |
Description |
node |
node whose in‐order successor is returned |
Created with MrDocs