搜索的第一次出现的任何在目标范围中的第几个值或一次出现的二进制谓词事实上是等效的指定与元素指定的组任意多个元素。
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);
备注
此函数行为与 STL find_first_of函数相同。 有关详细信息,请参阅find_first_of。
要求
页眉: </cliext 算法>
命名空间: cliext