Home
last modified time | relevance | path

Searched defs:test_partition_copy (Results 1 – 1 of 1) sorted by relevance

/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dpartition_copy.pass.cpp25 struct test_partition_copy struct
30 …(Policy&& exec, InputIterator first, InputIterator last, OutputIterator true_first, OutputIterator, in operator ()()
46 operator()(pstl::execution::unsequenced_policy, std::reverse_iterator<InputIterator> first, in operator ()()
76 … invoke_on_all_policies(test_partition_copy(), in.begin(), in.begin() + n, actual_true.begin(), in test() argument