leftChild overloads
Synopses
Declared in <bslalg_rbtreenode.h>
Return the address of the (modifiable) left child of this node if one exists, and 0 otherwise.
RbTreeNode*
leftChild();
Return the address of the left child of this node if one exists, and 0 otherwise.
RbTreeNode const*
leftChild() const;
Created with MrDocs