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