Partager via


pop_heap (STL/CLR)

Déplace le plus grand élément situé au début d'un segment à l'avant-dernière position dans la plage puis forme un nouveau segment avec les éléments restants.

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

Notes

Cette fonction se comporte de la même façon que la fonction pop_heap de STL. Pour plus d'informations, consultez pop_heap.

Configuration requise

En-tête:<cliext/algorithm>

Espace de nom : cliext

Voir aussi

Référence

algorithme (STL/CLR)