Udostępnij za pośrednictwem


find_end (STL/CLR)

Wyszukuje w zakresie dla ostatniego podsekwencja, które są identyczne z określonej sekwencji lub jest to odpowiednik w pewnym sensie określony przez predykatu dwuelementowego.

template<class _FwdIt1, class _FwdIt2> inline
    _FwdIt1 find_end(_FwdIt1 _First1, _FwdIt1 _Last1,
        _FwdIt2 _First2, _FwdIt2 _Last2);
template<class _FwdIt1, class _FwdIt2, class _Pr> inline
    _FwdIt1 find_end(_FwdIt1 _First1, _FwdIt1 _Last1,
        _FwdIt2 _First2, _FwdIt2 _Last2, _Pr _Pred);

Uwagi

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

Wymagania

Nagłówek:<cliext/algorytm>

Przestrzeń nazw: cliext

Zobacz też

Informacje

algorithm (STL/CLR)