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