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

Function Documentation

template<typename RandomAccessIterator, typename Distance>
void eastl::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.