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

Method MatchAndExplain

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

Source from the content-addressed store, hash-verified

9448 public:
9449 explicit Impl(const Rhs& rhs) : rhs_(rhs) {}
9450 bool MatchAndExplain(Lhs lhs,
9451 MatchResultListener* /* listener */) const override {
9452 return Op()(lhs, Unwrap(rhs_));
9453 }
9454 void DescribeTo(::std::ostream* os) const override {
9455 *os << D::Desc() << " ";
9456 UniversalPrint(Unwrap(rhs_), os);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected