RemoveMax

Removes an element with the maximum value from a red–black tree.

bool RemoveMax();

Return Value

Returns true on successful, or false otherwise.