search_n (STL/CLR)
搜尋一個範圍中的第一個子序列,其擁有特定值或與二進位述詞指定的值有關之項目的數目。
template<class _FwdIt1, class _Diff2, class _Ty> inline
_FwdIt1 search_n(_FwdIt1 _First1, _FwdIt1 _Last1,
_Diff2 _Count, const _Ty& _Val);
template<class _FwdIt1, class _Diff2, class _Ty, class _Pr> inline
_FwdIt1 search_n(_FwdIt1 _First1, _FwdIt1 _Last1,
_Diff2 _Count, const _Ty& _Val, _Pr _Pred);
備註
這個函式的行為與 STL 函式 search_n 相同。 如需詳細資訊,請參閱search_n。
需求
標頭: <cliext/algorithm>
命名空間: cliext