Searched defs:run_unique_copy (Results 1 – 1 of 1) sorted by relevance
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/ |
H A D | unique_copy_equal.pass.cpp | 22 struct run_unique_copy struct 28 …stl::execution::parallel_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 ()()
|