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

Method NegatedDesc

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

Source from the content-addressed store, hash-verified

9497 : ComparisonBase<GtMatcher<Rhs>, Rhs, AnyGt>(rhs) { }
9498 static const char* Desc() { return "is >"; }
9499 static const char* NegatedDesc() { return "isn't >"; }
9500};
9501template <typename Rhs>
9502class LeMatcher : public ComparisonBase<LeMatcher<Rhs>, Rhs, AnyLe> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected