Home
last modified time | relevance | path

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