Searched refs:transform_unary (Results 1 – 1 of 1) sorted by relevance
304 auto transform_unary = maybe_throw(tokens[6], [](int x) -> int { return x * 2; }); in main() local314 …d::transform_reduce(policy, std::move(first1), std::move(last1), init, reduction, transform_unary); in main()