Return the address of the leftmost node in the specified subtree.
Declared in <bslalg_rbtreeutil.h>
Return the address of the leftmost node in the specified subtree.
static
RbTreeNode*
leftmost(RbTreeNode* subtree);
» more...
Return the address of the leftmost node in the specified subtree.
static
RbTreeNode const*
leftmost(RbTreeNode const* subtree);
» more...
address of the leftmost node in subtree
| Name | Description |
|---|---|
| subtree | root of the subtree to search |