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

Function Documentation

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

is_heap_until

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