Template Function eastl::change_heap(RandomAccessIterator, Distance, Distance)¶
- Defined in File heap.h
Function Documentation¶
-
template<typename
RandomAccessIterator, typenameDistance>
voideastl::change_heap(RandomAccessIterator first, Distance heapSize, Distance position) change_heap
Given a value in the heap that has changed in priority, this function adjusts the heap appropriately. The heap size remains unchanged after this operation.