Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dranges_partition_point.pass.cpp162 auto result_with_proj = std::ranges::partition_point(in.begin(), in.end(), is_odd, x2); in test() local
169 auto result_with_proj = std::ranges::partition_point(in, is_odd, x2); in test() local