adjacent_find (STL/CLR)

搜尋兩個相鄰的項目是等於或符合指定的條件。

template<class _FwdIt> inline
    _FwdIt adjacent_find(_FwdIt _First, _FwdIt _Last);
template<class _FwdIt, class _Pr> inline
    _FwdIt adjacent_find(_FwdIt _First, _FwdIt _Last, _Pr _Pred);

備註

這個函式行為和 STL 函式一樣adjacent_find。如需詳細資訊,請參閱 adjacent_find

需求

標頭: < cliext/演算法 >

Namespace: cliext

請參閱

參考

algorithm (STL/CLR)