Return the address of the (modifiable) parent of this node.
Synopsis
Declared in <bslalg_rbtreenode.h>
RbTreeNode*
parent();
Description
Return the address of the (modifiable) parent of this node if one exists, and 0 otherwise.
Return Value
address of the parent node, or 0 if none
Created with MrDocs