Partager via


sort_heap (STL/CLR)

Convertit un segment en une plage triée.

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);

Notes

Cette fonction se comporte comme la fonction sort_heap de STL. Pour plus d'informations, consultez sort_heap.

Configuration requise

En-tête : <cliext/algorithm>

Espace de noms cliext

Voir aussi

Référence

algorithme (STL/CLR)