rightChild overloads
Declared in <bslalg_rbtreenode.h>
Return the address of the (modifiable) right child of this node if one exists, and 0 otherwise.
RbTreeNode*
rightChild();
» more...
Return the address of the right child of this node if one exists, and 0 otherwise.
RbTreeNode const*
rightChild() const;
» more...