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

/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_algo.h639 __remove_copy_if(_InputIterator __first, _InputIterator __last, function
678 return std::__remove_copy_if(__first, __last, __result,
711 return std::__remove_copy_if(__first, __last, __result,

Completed in 91 milliseconds