Searched refs:binary_func (Results 1 – 1 of 1) sorted by relevance
72 auto binary_func = [](const Proxy<T>&, const Proxy<T>&) -> Proxy<T> { return Proxy<T>(T()); }; in run_tests() local121 test(std::ranges::transform, in, in2, out, binary_func); in run_tests()