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