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