rightmost overloads
Declared in <bslalg_rbtreeutil.h>
Same as the preceding rightmost overload, returning a modifiable node.
static
RbTreeNode*
rightmost(RbTreeNode* subtree);
» more...
Return the address of the rightmost node in the specified subtree.
static
RbTreeNode const*
rightmost(RbTreeNode const* subtree);
» more...
address of the rightmost node in subtree
| Name | Description |
|---|---|
| subtree | root of the subtree to search |