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

/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dalgo.h87 using std::remove_copy;
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_algo.h1173 * remove_copy() is stable, so the relative order of elements that are
1178 remove_copy(_InputIterator __first, _InputIterator __last, function
1266 : std::remove_copy(++__i, __last,

Completed in 115 milliseconds