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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/remove_copy/requirements/explicit_instantiation/
H A D2.cc33 template iterator_type remove_copy(iterator_type, iterator_type,
H A Dpod.cc33 template iterator_type remove_copy(iterator_type, iterator_type,
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dalgo.h56 using __STD::remove_copy;
H A Dstl_algo.h516 // remove, remove_if, remove_copy, remove_copy_if
519 _OutputIter remove_copy(_InputIter __first, _InputIter __last, function
546 : remove_copy(++__i, __last, __first, __value);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc208 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h101 remove_copy
507 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
H A Dstl_algo.h662 * remove_copy() is stable, so the relative order of elements that
667 remove_copy(_InputIterator __first, _InputIterator __last, function

Completed in 128 milliseconds