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

Method GtMatcher

tests/gtest/gtest.h:9496–9497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9494class GtMatcher : public ComparisonBase<GtMatcher<Rhs>, Rhs, AnyGt> {
9495 public:
9496 explicit GtMatcher(const Rhs& rhs)
9497 : ComparisonBase<GtMatcher<Rhs>, Rhs, AnyGt>(rhs) { }
9498 static const char* Desc() { return "is >"; }
9499 static const char* NegatedDesc() { return "isn't >"; }
9500};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected