Template Function eastl::change_heap(RandomAccessIterator, Distance, Distance, Compare)¶
- Defined in File heap.h
Function Documentation¶
-
template<typename
RandomAccessIterator, typenameDistance, typenameCompare>
voideastl::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.