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

Method Desc

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

Source from the content-addressed store, hash-verified

9480 explicit NeMatcher(const Rhs& rhs)
9481 : ComparisonBase<NeMatcher<Rhs>, Rhs, AnyNe>(rhs) { }
9482 static const char* Desc() { return "isn't equal to"; }
9483 static const char* NegatedDesc() { return "is equal to"; }
9484};
9485template <typename Rhs>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected