find_first_of (STL/CLR)
Powoduje wyszukiwanie dla pierwszego wystąpienia jednej z wartooci w zakresie docelowym lub pierwszym wystąpieniu któregoś z kilku elementów, które są równoważne w pewnym sensie określony przez predykatu dwuelementowego do określonego zestawu elementów.
template<class _FwdIt1, class _FwdIt2> inline
_FwdIt1 find_first_of(_FwdIt1 _First1, _FwdIt1 _Last1,
_FwdIt2 _First2, _FwdIt2 _Last2);
template<class _FwdIt1, class _FwdIt2, class _Pr> inline
_FwdIt1 find_first_of(_FwdIt1 _First1, _FwdIt1 _Last1,
_FwdIt2 _First2, _FwdIt2 _Last2, _Pr _Pred);
Uwagi
Funkcja ta działa tak samo, jak funkcja STL find_first_of.Aby uzyskać dodatkowe informacje, zobacz find_first_of.
Wymagania
Nagłówek:<cliext/algorytm>
Przestrzeń nazw: cliext