CreateEmptyNode

Creates a new black node with no parent and children, and returns a pointer to it.

static CRedBlackTreeNode<T>* CreateEmptyNode();

Return Value

Returns a pointer to the new node.