rootNode overloads
Synopses
Declared in <bslalg_rbtreeanchor.h>
Return the address of the (modifiable) node referred to by the rootNode attribute of this object.
RbTreeNode*
rootNode();
Return the address referred to by the rootNode attribute of this object.
RbTreeNode const*
rootNode() const;
Return Value
-
address of the (modifiable) root node
-
address of the root node
Created with MrDocs