push_heap (STL/CLR)

新增至現有的堆積範圍中先前發行的項目所組成的範圍結尾處的項目。

template<class _RanIt> inline
    void push_heap(_RanIt _First, _RanIt _Last);
template<class _RanIt, class _Pr> inline
    void push_heap(_RanIt _First, _RanIt _Last, _Pr _Pred);

備註

這個函式行為和 STL 函式一樣push_heap。如需詳細資訊,請參閱 push_heap

需求

標頭: < cliext/演算法 >

Namespace: cliext

請參閱

參考

algorithm (STL/CLR)