Return the address of the leftmost node in the specified subtree, and subtree if subtree has no left child.
Synopsis
Declared in <bslalg_rbtreeutil.h>
static
RbTreeNode*
leftmost(RbTreeNode* subtree);
Created with MrDocs