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

Function Ge

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

Source from the content-addressed store, hash-verified

9620// Creates a polymorphic matcher that matches anything >= x.
9621template <typename Rhs>
9622inline internal::GeMatcher<Rhs> Ge(Rhs x) {
9623 return internal::GeMatcher<Rhs>(x);
9624}
9625
9626// Creates a polymorphic matcher that matches anything > x.
9627template <typename Rhs>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected