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

/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_algo.h857 __remove_if(_ForwardIterator __first, _ForwardIterator __last, function
903 return std::__remove_if(__first, __last,
936 return std::__remove_if(__first, __last,

Completed in 50 milliseconds