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

Method NegatedDesc

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

Source from the content-addressed store, hash-verified

9489 : ComparisonBase<LtMatcher<Rhs>, Rhs, AnyLt>(rhs) { }
9490 static const char* Desc() { return "is <"; }
9491 static const char* NegatedDesc() { return "isn't <"; }
9492};
9493template <typename Rhs>
9494class GtMatcher : public ComparisonBase<GtMatcher<Rhs>, Rhs, AnyGt> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected