Partager via


find_if (STL/CLR)

Recherche la position de la première occurrence d'un élément dans une plage répondant à une condition spécifiée.

template<class _InIt, class _Pr> inline
    _InIt find_if(_InIt _First, _InIt _Last, _Pr _Pred);

Notes

Cette fonction se comporte comme la fonction find_if de STL. Pour plus d'informations, consultez find_if.

Configuration requise

En-tête : <cliext/algorithm>

Espace de noms cliext

Voir aussi

Référence

algorithme (STL/CLR)