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