sort_heap (STL/CLR)
轉換堆積為排序的範圍。
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);
備註
這個函式的行為與 STL 函式 sort_heap 相同。 如需詳細資訊,請參閱sort_heap。
需求
標頭: <cliext/algorithm>
命名空間: cliext