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

Function Le

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

Source from the content-addressed store, hash-verified

9632// Creates a polymorphic matcher that matches anything <= x.
9633template <typename Rhs>
9634inline internal::LeMatcher<Rhs> Le(Rhs x) {
9635 return internal::LeMatcher<Rhs>(x);
9636}
9637
9638// Creates a polymorphic matcher that matches anything < x.
9639template <typename Rhs>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected