Searched refs:proxyOut (Results 1 – 1 of 1) sorted by relevance
217 ProxyRange proxyOut{out}; in test() local219 std::ranges::copy_if(proxyIn.begin(), proxyIn.end(), proxyOut.begin(), in test()228 ProxyRange proxyOut{out}; in test() local230 … std::ranges::copy_if(proxyIn, proxyOut.begin(), [](const auto& i) { return i.data % 2 == 0; }); in test()