| 9121 | struct AnyLt { |
| 9122 | template <typename A, typename B> |
| 9123 | bool operator()(const A& a, const B& b) const { return a < b; } |
| 9124 | }; |
| 9125 | struct AnyGt { |
| 9126 | template <typename A, typename B> |
nothing calls this directly
no outgoing calls
no test coverage detected