| 9488 | explicit LtMatcher(const Rhs& rhs) |
| 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> |
nothing calls this directly
no outgoing calls
no test coverage detected