BloombergLP::bslalg::RbTreeUtil::leftmost

Return the address of the leftmost node in the specified subtree.

Synopses

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...

Return Value

address of the leftmost node in subtree

Parameters

NameDescription
subtreeroot of the subtree to search