sort_heap (STL/CLR)
Visual Studio 2012
Converts a heap into a sorted range.
template<class _RanIt> inline
void sort_heap(_RanIt _First, _RanIt _Last);
template<class _RanIt, class _Pr> inline
void sort_heap(_RanIt _First, _RanIt _Last, _Pr _Pred);
This function behaves the same as the STL function sort_heap. For more information, see sort_heap.