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

Method GeMatcher

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

Source from the content-addressed store, hash-verified

9510class GeMatcher : public ComparisonBase<GeMatcher<Rhs>, Rhs, AnyGe> {
9511 public:
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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected