Return the address of the node that follows the specified node in an in‐order traversal of the binary tree to which node belongs.

Synopsis

Declared in <bslalg_rbtreeutil.h>

static
RbTreeNode*
next(RbTreeNode* node);

Created with MrDocs