Searched defs:MutablePredicate (Results 1 – 1 of 1) sorted by relevance
298 struct MutablePredicate { in test() struct299 constexpr bool operator()(int i) & { return i == 8; } in test()300 constexpr bool operator()(int i) && { return i == 8; } in test()