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

Method LeMatcher

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

Source from the content-addressed store, hash-verified

9502class LeMatcher : public ComparisonBase<LeMatcher<Rhs>, Rhs, AnyLe> {
9503 public:
9504 explicit LeMatcher(const Rhs& rhs)
9505 : ComparisonBase<LeMatcher<Rhs>, Rhs, AnyLe>(rhs) { }
9506 static const char* Desc() { return "is <="; }
9507 static const char* NegatedDesc() { return "isn't <="; }
9508};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected