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

Function Lt

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

Source from the content-addressed store, hash-verified

9638// Creates a polymorphic matcher that matches anything < x.
9639template <typename Rhs>
9640inline internal::LtMatcher<Rhs> Lt(Rhs x) {
9641 return internal::LtMatcher<Rhs>(x);
9642}
9643
9644// Creates a polymorphic matcher that matches anything != x.
9645template <typename Rhs>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected