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

Function Gt

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

Source from the content-addressed store, hash-verified

9626// Creates a polymorphic matcher that matches anything > x.
9627template <typename Rhs>
9628inline internal::GtMatcher<Rhs> Gt(Rhs x) {
9629 return internal::GtMatcher<Rhs>(x);
9630}
9631
9632// Creates a polymorphic matcher that matches anything <= x.
9633template <typename Rhs>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected