Partager via


maximale (STL/CLR)

Compare deux objets et retourne le plus grand des deux, où le critère de classement peut être spécifié par un prédicat binaire.

template<class _Ty> inline
    const _Ty max(const _Ty% _Left, const _Ty% _Right);
template<class _Ty, class _Pr> inline
    const _Ty max(const _Ty% _Left, const _Ty% _Right, _Pr _Pred);

Notes

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

Configuration requise

En-tête : <cliext/algorithm>

Espace de noms cliext

Voir aussi

Référence

algorithme (STL/CLR)