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);

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

static
RbTreeNode const*
leftmost(RbTreeNode const* subtree);

Return Value

address of the leftmost node in subtree

Parameters

Name

Description

subtree

root of the subtree to search

Created with MrDocs