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