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

Method Desc

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

Source from the content-addressed store, hash-verified

9488 explicit LtMatcher(const Rhs& rhs)
9489 : ComparisonBase<LtMatcher<Rhs>, Rhs, AnyLt>(rhs) { }
9490 static const char* Desc() { return "is <"; }
9491 static const char* NegatedDesc() { return "isn't <"; }
9492};
9493template <typename Rhs>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected