#include <RB_Tree.h>
◆ RB_SearchResult
Search result enumeration.
Enumerator |
---|
LEFT | |
EXACT | |
RIGHT | |
◆ allocator()
Get the allocator;.
- Note
- This method is inlined here rather than in RB_Tree.inl since that file may be included multiple times when inlining is disabled. In those platform/configuration combinations, multiple definitions of this method occurred. Placing the definition inline in the header avoids such errors.
◆ allocator_
Pointer to a memory allocator.
The documentation for this class was generated from the following file: