Sdílet prostřednictvím


find_end (STL/CLR)

Vyhledá v rozsahu pro poslední subsequence, které odpovídá zadanému pořadí nebo rovnocenné ve smyslu, určený binárního predikátu.

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);

Poznámky

Tato funkce se chová stejně jako funkce STL find_end.Další informace naleznete v tématu find_end.

Požadavky

Záhlaví: < cliext/algoritmus >

Obor názvů: cliext

Viz také

Referenční dokumentace

algorithm (STL/CLR)