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

Class EqMatcher

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

Source from the content-addressed store, hash-verified

9468
9469template <typename Rhs>
9470class EqMatcher : public ComparisonBase<EqMatcher<Rhs>, Rhs, AnyEq> {
9471 public:
9472 explicit EqMatcher(const Rhs& rhs)
9473 : ComparisonBase<EqMatcher<Rhs>, Rhs, AnyEq>(rhs) { }
9474 static const char* Desc() { return "is equal to"; }
9475 static const char* NegatedDesc() { return "isn't equal to"; }
9476};
9477template <typename Rhs>
9478class NeMatcher : public ComparisonBase<NeMatcher<Rhs>, Rhs, AnyNe> {
9479 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected