Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/
H A Dpstl.exception_handling.pass.cpp304 auto transform_unary = maybe_throw(tokens[6], [](int x) -> int { return x * 2; }); in main() local
314 …d::transform_reduce(policy, std::move(first1), std::move(last1), init, reduction, transform_unary); in main()