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

Method Desc

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

Source from the content-addressed store, hash-verified

9512 explicit GeMatcher(const Rhs& rhs)
9513 : ComparisonBase<GeMatcher<Rhs>, Rhs, AnyGe>(rhs) { }
9514 static const char* Desc() { return "is >="; }
9515 static const char* NegatedDesc() { return "isn't >="; }
9516};
9517

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected