adjacent_find (STL/CLR)
Recherche deux éléments adjacents qui ont la même valeur ou répondent à une condition spécifiée.
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);
Notes
Cette fonction se comporte comme la fonction adjacent_find de STL. Pour plus d'informations, consultez adjacent_find.
Configuration requise
En-tête : <cliext/algorithm>
Espace de noms cliext