| 9489 | : ComparisonBase<LtMatcher<Rhs>, Rhs, AnyLt>(rhs) { } |
| 9490 | static const char* Desc() { return "is <"; } |
| 9491 | static const char* NegatedDesc() { return "isn't <"; } |
| 9492 | }; |
| 9493 | template <typename Rhs> |
| 9494 | class GtMatcher : public ComparisonBase<GtMatcher<Rhs>, Rhs, AnyGt> { |
nothing calls this directly
no outgoing calls
no test coverage detected