Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy_if.pass.cpp217 ProxyRange proxyOut{out}; in test() local
219 std::ranges::copy_if(proxyIn.begin(), proxyIn.end(), proxyOut.begin(), in test()
228 ProxyRange proxyOut{out}; in test() local
230 … std::ranges::copy_if(proxyIn, proxyOut.begin(), [](const auto& i) { return i.data % 2 == 0; }); in test()