Node pool interface type alias
Support for the 'in' operator
Adds a new node to the tree, automatically inserting it in the correct location to keep the tree sorted.
Recycles the nodes back to the node pool and call the super class clear()
Searches the tree for the first node whose key is >= the specified key, and returns it.
Searches the tree for the first node whose key is <= the specified key, and returns it.
Searches the tree for the specified key, and returns the first node with that key.
Sets the key of node to key, keeping the tree sorted.
Node struct, Node instances are stored in the ebtree.
false if the 'ucent' surrogate is the key type or true if 'cent'.
Key struct, acts as a 'ucent'/'cent' surrogate, using two 64-bit integer values as a combined 128-bit key.
Tree root node.
Removes all values from the tree.
Increases the record counter by n.
Decreases the record counter by n.
EBTree64 class template.