HomeSort by relevance Sort by last modified time
    Searched refs:remove_copy (Results 1 - 6 of 6) sorted by null

  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
remove_copy.pass.cpp 15 // remove_copy(InIter first, InIter last, OutIter result, const T& value);
28 auto it = std::remove_copy(std::begin(ia), std::end(ia), std::begin(ib), 5);
44 OutIter r = std::remove_copy(InIter(ia), InIter(ia+sa), OutIter(ib), 2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.remove/
remove_copy.pass.cpp 15 // remove_copy(InIter first, InIter last, OutIter result, const T& value);
29 OutIter r = std::remove_copy(InIter(ia), InIter(ia+sa), OutIter(ib), 2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 101 remove_copy
493 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
stl_algo.h 868 * remove_copy() is stable, so the relative order of elements that
873 remove_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
algorithmfwd.h 101 remove_copy
493 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
stl_algo.h 868 * remove_copy() is stable, so the relative order of elements that
873 remove_copy(_InputIterator __first, _InputIterator __last, function
    [all...]

Completed in 148 milliseconds