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

Method NegatedDesc

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

Source from the content-addressed store, hash-verified

9505 : ComparisonBase<LeMatcher<Rhs>, Rhs, AnyLe>(rhs) { }
9506 static const char* Desc() { return "is <="; }
9507 static const char* NegatedDesc() { return "isn't <="; }
9508};
9509template <typename Rhs>
9510class GeMatcher : public ComparisonBase<GeMatcher<Rhs>, Rhs, AnyGe> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected