Function Dune::XT::Common::transform_reduce¶ template<class ...Args>decltype(auto) Dune::XT::Common::transform_reduce(Args&&... args)¶ Uses std::transform_reduce if available, and falls back to std::inner_product on older compilers. The std::transform_reduce versions with an execution policy as first argument are not supported.