MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / LtMatcher

Method LtMatcher

tests/gtest/gtest.h:9488–9489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9486class LtMatcher : public ComparisonBase<LtMatcher<Rhs>, Rhs, AnyLt> {
9487 public:
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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected