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

Method NeMatcher

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

Source from the content-addressed store, hash-verified

9478class NeMatcher : public ComparisonBase<NeMatcher<Rhs>, Rhs, AnyNe> {
9479 public:
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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected