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

Method Desc

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

Source from the content-addressed store, hash-verified

9496 explicit GtMatcher(const Rhs& rhs)
9497 : ComparisonBase<GtMatcher<Rhs>, Rhs, AnyGt>(rhs) { }
9498 static const char* Desc() { return "is >"; }
9499 static const char* NegatedDesc() { return "isn't >"; }
9500};
9501template <typename Rhs>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected