Documentation
Tagion
RBNode.Color
tagion
std
container
rbtree
RBNode
Enumeration determining what color the node is. Null nodes are assumed to be black.
Values
Value
Meaning
Red
Black
tagion
std
container
rbtree
RBNode
enums
Color
functions
remove
rotateL
rotateR
setColor
properties
isLeftNode
left
leftmost
next
parent
prev
right
rightmost
variables
color
value
Enumeration determining what color the node is. Null nodes are assumed to be black.