Return the address of the node that follows the specified node in an in-order traversal of the binary tree to which node belongs.
node
Declared in <bslalg_rbtreeutil.h>
<bslalg_rbtreeutil.h>
static RbTreeNode* next(RbTreeNode* node);