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/演算法 >

Namespace: cliext

請參閱

參考

algorithm (STL/CLR)