An RbTreeAnchor provides the addresses of the first and root nodes of a binary search tree. An RbTreeAnchor is similar to an in‐core simply constrained (value‐semantic) attribute class, except that it does not supply equality‐comparison, copy‐construction, and copy‐assignment operations. Note that a node may not be copied because sentinel returns an address unique to each RbTreeAnchor object.
Synopsis
Declared in <bslalg_rbtreeanchor.h>
class RbTreeAnchor;
Description
This class: * is exception‐neutral * is alias‐safe * is const thread‐safe For terminology see bsldoc_glossary.
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
Decrement, by 1, the |
|
|
|
Increment, by 1, the |
|
Return the |
|
Set the |
|
|
|
|
|
Set the |
|
Set the |
|
Set the |
Created with MrDocs