| 9497 | : ComparisonBase<GtMatcher<Rhs>, Rhs, AnyGt>(rhs) { } |
| 9498 | static const char* Desc() { return "is >"; } |
| 9499 | static const char* NegatedDesc() { return "isn't >"; } |
| 9500 | }; |
| 9501 | template <typename Rhs> |
| 9502 | class LeMatcher : public ComparisonBase<LeMatcher<Rhs>, Rhs, AnyLe> { |
nothing calls this directly
no outgoing calls
no test coverage detected