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

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.h235 // remove, remove_if, remove_copy, remove_copy_if
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { function
272 return remove_copy(++__next, __last, __first, __val);

Completed in 32 milliseconds