在范围中找到具有指定值的元素的第一个匹配项位置。
template<class _InIt, class _Ty> inline
_InIt find(_InIt _First, _InIt _Last, const _Ty% _Val);
备注
此函数行为与 STL find函数相同。 有关详细信息,请参阅find (STL)。
要求
标头: <cliext/algorithm>
命名空间: cliext
在范围中找到具有指定值的元素的第一个匹配项位置。
template<class _InIt, class _Ty> inline
_InIt find(_InIt _First, _InIt _Last, const _Ty% _Val);
此函数行为与 STL find函数相同。 有关详细信息,请参阅find (STL)。
标头: <cliext/algorithm>
命名空间: cliext