sort_heap (STL/CLR)
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at sort_heap (STL/CLR).
Converts a heap into a sorted range.
Syntax
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);
Remarks
This function behaves the same as the STL function sort_heap
. For more information, see sort_heap.
Requirements
Header: <cliext/algorithm>
Namespace: cliext