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

Method MatchAndExplain

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

Source from the content-addressed store, hash-verified

9100 }
9101
9102 bool MatchAndExplain(const T& x,
9103 MatchResultListener* listener) const override {
9104 return impl_->MatchAndExplain(x, listener);
9105 }
9106
9107 private:
9108 const MatcherInterface<T>* const impl_;

Callers

nothing calls this directly

Calls 1

MatchAndExplainMethod · 0.45

Tested by

no test coverage detected