find (STL/CLR)
找出項目的第一個項目的位置有指定值的範圍。
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