Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Drm_cp_test.cpp221 remove_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2); in remcopy1()
/reactos/sdk/include/c++/stlport/stl/
H A D_algo.h239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { in remove_copy() function
272 return remove_copy(++__next, __last, __first, __val); in remove()