Home
last modified time | relevance | path

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

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