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

/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dalgo.h88 using std::remove_copy_if;
/freebsd-11-stable/contrib/libstdc++/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,

Completed in 165 milliseconds