Template Function eastl::sort_heap(RandomAccessIterator, RandomAccessIterator, Compare)

Function Documentation

template<typename RandomAccessIterator, typename Compare>
void eastl::sort_heap(RandomAccessIterator first, RandomAccessIterator last, Compare compare)

sort_heap

The Compare function must work equivalently to the compare function used to make and maintain the heap.