Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Locates the position of the first occurrence of an element in a range that satisfies a specified condition.
template<class _InIt, class _Pr> inline
_InIt find_if(_InIt _First, _InIt _Last, _Pr _Pred);
Remarks
This function behaves the same as the STL function find_if. For more information, see find_if.
Requirements
Header: <cliext/algorithm>
Namespace: cliext