Udostępnij za pośrednictwem


lexicographical_compare (STL/CLR)

Porównuje elementów między dwoma sekwencji do określenia, który jest w mniejszym dwóch.

template<class _InIt1, class _InIt2> inline
    bool lexicographical_compare(_InIt1 _First1, _InIt1 _Last1,
        _InIt2 _First2, _InIt2 _Last2);
template<class _InIt1, class _InIt2, class _Pr> inline
    bool lexicographical_compare(_InIt1 _First1, _InIt1 _Last1,
        _InIt2 _First2, _InIt2 _Last2, _Pr _Pred);

Uwagi

Ta funkcja, działa tak samo jak funkcja STL lexicographical_compare.Aby uzyskać więcej informacji, zobacz lexicographical_compare.

Wymagania

Nagłówek: < cliext/algorytm >

Obszar nazw: cliext

Zobacz też

Informacje

algorithm (STL/CLR)