46# define Color unsigned char
SentinelCtor
Tag type for sentinel node construction.
Data portion of a Red-Black tree node.
Color color
Node color: RED or BLACK.
unsigned char & getColor() noexcept
RbNode_Data(SentinelCtor) noexcept
Declare RbNode type with 128-byte pool allocation.
#define DECLARE_BINNODE_SENTINEL(Name, height, Control_Data)
Specify tree node for a binary tree.
unsigned char Color
Color type for RB nodes.
Basic binary tree node definitions.