| 9512 | explicit GeMatcher(const Rhs& rhs) |
| 9513 | : ComparisonBase<GeMatcher<Rhs>, Rhs, AnyGe>(rhs) { } |
| 9514 | static const char* Desc() { return "is >="; } |
| 9515 | static const char* NegatedDesc() { return "isn't >="; } |
| 9516 | }; |
| 9517 |
nothing calls this directly
no outgoing calls
no test coverage detected