FindMin

Searches for an element with the minimum value in a red–black tree.

CRedBlackTreeNode<T>* FindMin();

Return Value

Returns a pointer to the node containing the minimum value on success, or NULL otherwise.