Searched defs:find_if (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/include/__algorithm/ |
H A D | find_if.h | 23 find_if(_InputIterator __first, _InputIterator __last, _Predicate __pred) { in find_if() function
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_algo.h | 184 find_if(_InputIter __first, _InputIter __last, in find_if() function 244 find_if(_RandomAccessIter __first, _RandomAccessIter __last, in find_if() function 311 find_if(_InputIter __first, _InputIter __last, in find_if() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | stl_algo.h | 340 find_if(_InputIterator __first, _InputIterator __last, in find_if() function
|