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

Method Desc

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

Source from the content-addressed store, hash-verified

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};
9509template <typename Rhs>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected