找到元素的第一次出现的位置满足指定条件的大小。
template<class _InIt, class _Pr> inline
_InIt find_if(_InIt _First, _InIt _Last, _Pr _Pred);
备注
此功能相同的行为就如同 STL 功能 find_if的。有关更多信息,请参见 find_if。
要求
标题: <cliext/算法>
命名空间: cliext
找到元素的第一次出现的位置满足指定条件的大小。
template<class _InIt, class _Pr> inline
_InIt find_if(_InIt _First, _InIt _Last, _Pr _Pred);
此功能相同的行为就如同 STL 功能 find_if的。有关更多信息,请参见 find_if。
标题: <cliext/算法>
命名空间: cliext