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/algorithm>
命名空間: cliext