Skip to content

Root

Root

Returns a pointer to the root of the red–black tree.

CRedBlackTreeNode<T>* Root();

Return Value

Returns a pointer to the root.

Last updated on