find_end (STL/CLR)
Wyszukuje dla ostatniego podciąg, które są identyczne z określonej sekwencji lub równoważne w znaczeniu określonym 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
Ta funkcja, działa tak samo jak funkcja STL find_end.Aby uzyskać więcej informacji, zobacz find_end.
Wymagania
Nagłówek: < cliext/algorytm >
Obszar nazw: cliext