Searched defs:run_copy (Results 1 – 1 of 1) sorted by relevance
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/ |
H A D | copy_move.pass.cpp | 22 struct run_copy struct 29 …::execution::unsequenced_policy, InputIterator first, InputIterator last, OutputIterator out_first, in operator ()() 37 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()() 47 operator()(Policy&& exec, InputIterator first, InputIterator last, OutputIterator out_first, in operator ()()
|