Home
last modified time | relevance | path

Searched defs: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
300 constexpr bool operator()(int i) & { return i == 8; } in test()
301 constexpr bool operator()(int i) && { return i == 8; } in test()