Return the in-order successor of the specified node.
Declared in <bslalg_rbtreeutil.h>
Return the in-order successor of the specified node.
static
RbTreeNode*
next(RbTreeNode* node);
» more...
Return the in-order successor of the specified node.
static
RbTreeNode const*
next(RbTreeNode const* node);
» more...
address of the in-order successor of node
| Name | Description |
|---|---|
| node | node whose in-order successor is returned |