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