Searched refs:remove_copy_if (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dremove_copy_if.h23 remove_copy_if(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred) function
H A Dranges_remove_copy_if.h14 #include <__algorithm/remove_copy_if.h>
82 inline constexpr auto remove_copy_if = __remove_copy_if::__fn{}; member in namespace:ranges::__cpo
/openbsd-current/gnu/gcc/libstdc++-v3/include/backward/
H A Dalgo.h88 using std::remove_copy_if;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dalgo.h88 using std::remove_copy_if;
/openbsd-current/gnu/lib/libcxx/
H A DMakefile249 __algorithm/remove_copy_if.h \
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_algo.h1209 * remove_copy_if() is stable, so the relative order of elements that are
1215 remove_copy_if(_InputIterator __first, _InputIterator __last, function
1301 : std::remove_copy_if(++__i, __last,
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_algo.h1002 * remove_copy_if() is stable, so the relative order of elements that are
1007 remove_copy_if(_InputIter __first, _InputIter __last, function in namespace:std
1088 : remove_copy_if(++__i, __last, __first, __pred);

Completed in 180 milliseconds