Home
last modified time | relevance | path

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

12345678910>>...29

/dports/devel/boost-docs/boost_1_72_0/libs/range/doc/reference/algorithm/
H A Dremove_copy.qbk6 [section:remove_copy remove_copy]
13 remove_copy(ForwardRange& rng, OutputIterator out, const Value& val);
17 remove_copy(const ForwardRange& rng, OutputIterator out, const Value& val);
22 `remove_copy` copied all of the elements `x` from `rng` for which `x == val` is `false`.
26 Defined in the header file `boost/range/algorithm/remove_copy.hpp`
37 Linear. `remove_copy` performs exactly `distance(rng)` comparisons for equality.
/dports/devel/boost-python-libs/boost_1_72_0/libs/range/doc/reference/algorithm/
H A Dremove_copy.qbk6 [section:remove_copy remove_copy]
13 remove_copy(ForwardRange& rng, OutputIterator out, const Value& val);
17 remove_copy(const ForwardRange& rng, OutputIterator out, const Value& val);
22 `remove_copy` copied all of the elements `x` from `rng` for which `x == val` is `false`.
26 Defined in the header file `boost/range/algorithm/remove_copy.hpp`
37 Linear. `remove_copy` performs exactly `distance(rng)` comparisons for equality.
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/range/doc/reference/algorithm/
H A Dremove_copy.qbk6 [section:remove_copy remove_copy]
13 remove_copy(ForwardRange& rng, OutputIterator out, const Value& val);
17 remove_copy(const ForwardRange& rng, OutputIterator out, const Value& val);
22 `remove_copy` copied all of the elements `x` from `rng` for which `x == val` is `false`.
26 Defined in the header file `boost/range/algorithm/remove_copy.hpp`
37 Linear. `remove_copy` performs exactly `distance(rng)` comparisons for equality.
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/range/doc/reference/algorithm/
H A Dremove_copy.qbk6 [section:remove_copy remove_copy]
13 remove_copy(ForwardRange& rng, OutputIterator out, const Value& val);
17 remove_copy(const ForwardRange& rng, OutputIterator out, const Value& val);
22 `remove_copy` copied all of the elements `x` from `rng` for which `x == val` is `false`.
26 Defined in the header file `boost/range/algorithm/remove_copy.hpp`
37 Linear. `remove_copy` performs exactly `distance(rng)` comparisons for equality.
/dports/databases/percona57-server/boost_1_59_0/libs/range/doc/reference/algorithm/
H A Dremove_copy.qbk6 [section:remove_copy remove_copy]
13 remove_copy(ForwardRange& rng, OutputIterator out, const Value& val);
17 remove_copy(const ForwardRange& rng, OutputIterator out, const Value& val);
22 `remove_copy` copied all of the elements `x` from `rng` for which `x == val` is `false`.
26 Defined in the header file `boost/range/algorithm/remove_copy.hpp`
37 Linear. `remove_copy` performs exactly `distance(rng)` comparisons for equality.
/dports/databases/xtrabackup/boost_1_59_0/libs/range/doc/reference/algorithm/
H A Dremove_copy.qbk6 [section:remove_copy remove_copy]
13 remove_copy(ForwardRange& rng, OutputIterator out, const Value& val);
17 remove_copy(const ForwardRange& rng, OutputIterator out, const Value& val);
22 `remove_copy` copied all of the elements `x` from `rng` for which `x == val` is `false`.
26 Defined in the header file `boost/range/algorithm/remove_copy.hpp`
37 Linear. `remove_copy` performs exactly `distance(rng)` comparisons for equality.
/dports/databases/percona57-client/boost_1_59_0/libs/range/doc/reference/algorithm/
H A Dremove_copy.qbk6 [section:remove_copy remove_copy]
13 remove_copy(ForwardRange& rng, OutputIterator out, const Value& val);
17 remove_copy(const ForwardRange& rng, OutputIterator out, const Value& val);
22 `remove_copy` copied all of the elements `x` from `rng` for which `x == val` is `false`.
26 Defined in the header file `boost/range/algorithm/remove_copy.hpp`
37 Linear. `remove_copy` performs exactly `distance(rng)` comparisons for equality.
/dports/devel/boost-libs/boost_1_72_0/libs/range/doc/reference/algorithm/
H A Dremove_copy.qbk6 [section:remove_copy remove_copy]
13 remove_copy(ForwardRange& rng, OutputIterator out, const Value& val);
17 remove_copy(const ForwardRange& rng, OutputIterator out, const Value& val);
22 `remove_copy` copied all of the elements `x` from `rng` for which `x == val` is `false`.
26 Defined in the header file `boost/range/algorithm/remove_copy.hpp`
37 Linear. `remove_copy` performs exactly `distance(rng)` comparisons for equality.
/dports/devel/hyperscan/boost_1_75_0/libs/range/doc/reference/algorithm/
H A Dremove_copy.qbk6 [section:remove_copy remove_copy]
13 remove_copy(ForwardRange& rng, OutputIterator out, const Value& val);
17 remove_copy(const ForwardRange& rng, OutputIterator out, const Value& val);
22 `remove_copy` copied all of the elements `x` from `rng` for which `x == val` is `false`.
26 Defined in the header file `boost/range/algorithm/remove_copy.hpp`
37 Linear. `remove_copy` performs exactly `distance(rng)` comparisons for equality.
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/algorithm/
H A Dremove_copy.hpp40 RANGES_FUNC_BEGIN(remove_copy) in RANGES_FUNC_BEGIN() argument
49 remove_copy_result<I, O> RANGES_FUNC(remove_copy)( in RANGES_FUNC_BEGIN()
71 RANGES_FUNC(remove_copy)(Rng && rng, O out, T const & val, P proj = P{}) // in RANGES_FUNC() argument
76 RANGES_FUNC_END(remove_copy)
80 using ranges::remove_copy;
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/algorithm/
H A Dremove_copy.hpp40 RANGES_FUNC_BEGIN(remove_copy) in RANGES_FUNC_BEGIN() argument
49 remove_copy_result<I, O> RANGES_FUNC(remove_copy)( in RANGES_FUNC_BEGIN()
71 RANGES_FUNC(remove_copy)(Rng && rng, O out, T const & val, P proj = P{}) // in RANGES_FUNC() argument
76 RANGES_FUNC_END(remove_copy)
80 using ranges::remove_copy;
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/remove_copy/
H A Dconstrained.cc51 auto [in,out] = ranges::remove_copy(x, x+5, y, 8, &X::i); in test01()
60 auto [in,out] = ranges::remove_copy(x, x+5, y, 11, &X::i); in test01()
70 auto [in, out] = ranges::remove_copy(cx, cy.begin(), 2, &X::i); in test01()
81 auto [in, out] = ranges::remove_copy(cx, cy.begin(), 2, &X::i); in test01()
96 auto [in, out] = ranges::remove_copy(x, y, 3, &Y::i); in test02()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/25_algorithms/remove_copy/
H A Dconstrained.cc51 auto [in,out] = ranges::remove_copy(x, x+5, y, 8, &X::i); in test01()
60 auto [in,out] = ranges::remove_copy(x, x+5, y, 11, &X::i); in test01()
70 auto [in, out] = ranges::remove_copy(cx, cy.begin(), 2, &X::i); in test01()
81 auto [in, out] = ranges::remove_copy(cx, cy.begin(), 2, &X::i); in test01()
96 auto [in, out] = ranges::remove_copy(x, y, 3, &Y::i); in test02()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/25_algorithms/remove_copy/
H A Dconstrained.cc51 auto [in,out] = ranges::remove_copy(x, x+5, y, 8, &X::i); in test01()
60 auto [in,out] = ranges::remove_copy(x, x+5, y, 11, &X::i); in test01()
70 auto [in, out] = ranges::remove_copy(cx, cy.begin(), 2, &X::i); in test01()
81 auto [in, out] = ranges::remove_copy(cx, cy.begin(), 2, &X::i); in test01()
96 auto [in, out] = ranges::remove_copy(x, y, 3, &Y::i); in test02()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/25_algorithms/remove_copy/
H A Dconstrained.cc51 auto [in,out] = ranges::remove_copy(x, x+5, y, 8, &X::i); in test01()
60 auto [in,out] = ranges::remove_copy(x, x+5, y, 11, &X::i); in test01()
70 auto [in, out] = ranges::remove_copy(cx, cy.begin(), 2, &X::i); in test01()
81 auto [in, out] = ranges::remove_copy(cx, cy.begin(), 2, &X::i); in test01()
96 auto [in, out] = ranges::remove_copy(x, y, 3, &Y::i); in test02()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/25_algorithms/remove_copy/
H A Dconstrained.cc51 auto [in,out] = ranges::remove_copy(x, x+5, y, 8, &X::i); in test01()
60 auto [in,out] = ranges::remove_copy(x, x+5, y, 11, &X::i); in test01()
70 auto [in, out] = ranges::remove_copy(cx, cy.begin(), 2, &X::i); in test01()
81 auto [in, out] = ranges::remove_copy(cx, cy.begin(), 2, &X::i); in test01()
96 auto [in, out] = ranges::remove_copy(x, y, 3, &Y::i); in test02()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/25_algorithms/remove_copy/
H A Dconstrained.cc51 auto [in,out] = ranges::remove_copy(x, x+5, y, 8, &X::i); in test01()
60 auto [in,out] = ranges::remove_copy(x, x+5, y, 11, &X::i); in test01()
70 auto [in, out] = ranges::remove_copy(cx, cy.begin(), 2, &X::i); in test01()
81 auto [in, out] = ranges::remove_copy(cx, cy.begin(), 2, &X::i); in test01()
96 auto [in, out] = ranges::remove_copy(x, y, 3, &Y::i); in test02()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/remove_copy/
H A Dconstrained.cc51 auto [in,out] = ranges::remove_copy(x, x+5, y, 8, &X::i); in test01()
60 auto [in,out] = ranges::remove_copy(x, x+5, y, 11, &X::i); in test01()
70 auto [in, out] = ranges::remove_copy(cx, cy.begin(), 2, &X::i); in test01()
81 auto [in, out] = ranges::remove_copy(cx, cy.begin(), 2, &X::i); in test01()
96 auto [in, out] = ranges::remove_copy(x, y, 3, &Y::i); in test02()
/dports/devel/boost-docs/boost_1_72_0/boost/range/algorithm/
H A Dremove_copy.hpp34 remove_copy(const SinglePassRange& rng, OutputIterator out_it, const Value& val) in remove_copy() function
37 return std::remove_copy(boost::begin(rng), boost::end(rng), out_it, val); in remove_copy()
41 using range::remove_copy;
/dports/devel/boost-python-libs/boost_1_72_0/boost/range/algorithm/
H A Dremove_copy.hpp34 remove_copy(const SinglePassRange& rng, OutputIterator out_it, const Value& val) in remove_copy() function
37 return std::remove_copy(boost::begin(rng), boost::end(rng), out_it, val); in remove_copy()
41 using range::remove_copy;
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/range/algorithm/
H A Dremove_copy.hpp34 remove_copy(const SinglePassRange& rng, OutputIterator out_it, const Value& val) in remove_copy() function
37 return std::remove_copy(pdalboost::begin(rng), pdalboost::end(rng), out_it, val); in remove_copy()
41 using range::remove_copy;
/dports/devel/R-cran-BH/BH/inst/include/boost/range/algorithm/
H A Dremove_copy.hpp34 remove_copy(const SinglePassRange& rng, OutputIterator out_it, const Value& val) in remove_copy() function
37 return std::remove_copy(boost::begin(rng), boost::end(rng), out_it, val); in remove_copy()
41 using range::remove_copy;
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/range/algorithm/
H A Dremove_copy.hpp34 remove_copy(const SinglePassRange& rng, OutputIterator out_it, const Value& val) in remove_copy() function
37 return std::remove_copy(boost::begin(rng), boost::end(rng), out_it, val); in remove_copy()
41 using range::remove_copy;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/range/algorithm/
H A Dremove_copy.hpp34 remove_copy(const SinglePassRange& rng, OutputIterator out_it, const Value& val) in remove_copy() function
37 return std::remove_copy(boost::begin(rng), boost::end(rng), out_it, val); in remove_copy()
41 using range::remove_copy;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/range/algorithm/
H A Dremove_copy.hpp34 remove_copy(const SinglePassRange& rng, OutputIterator out_it, const Value& val) in remove_copy() function
37 return std::remove_copy(boost::begin(rng), boost::end(rng), out_it, val); in remove_copy()
41 using range::remove_copy;

12345678910>>...29