Udostępnij za pośrednictwem


min (STL/CLR)

Porównuje dwa obiekty i zwraca mniejszy z dwóch, gdzie kryterium sortowania może być określone przez predykat binarny.

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

Uwagi

Funkcja ta działa tak samo, jak funkcja STL min.Aby uzyskać dodatkowe informacje, zobacz min.

Wymagania

Nagłówek:<cliext/algorytm>

Przestrzeń nazw: cliext

Zobacz też

Informacje

algorithm (STL/CLR)