Template Function eastl::change_heap(RandomAccessIterator, Distance, Distance, Compare)

Function Documentation

template<typename RandomAccessIterator, typename Distance, typename Compare>
void eastl::change_heap(RandomAccessIterator first, Distance heapSize, Distance position, Compare compare)

change_heap

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