BloombergLP::bslalg::RbTreeUtil::rightmost

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

NameDescription
subtreeroot of the subtree to search