Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/
H A Dranges.count_if.pass.cpp298 struct MutablePredicate { in test() struct
304 auto ret = std::ranges::count_if(a, a + 4, MutablePredicate{}); in test()
309 auto ret = std::ranges::count_if(a, MutablePredicate{}); in test()