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