Searched refs:remove_copy (Results 1 – 2 of 2) sorted by relevance
221 remove_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2); in remcopy1()
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { in remove_copy() function272 return remove_copy(++__next, __last, __first, __val); in remove()