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

Method MatchAndExplain

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

Returns true iff the matcher matches x; also explains the match result to 'listener'.

Source from the content-addressed store, hash-verified

9165 // Returns true iff the matcher matches x; also explains the match
9166 // result to 'listener'.
9167 bool MatchAndExplain(const T& x, MatchResultListener* listener) const {
9168 return impl_->MatchAndExplain(x, listener);
9169 }
9170
9171 // Returns true iff this matcher matches x.
9172 bool Matches(const T& x) const {

Callers 2

MatchAndExplainMethod · 0.45
MatchAndExplainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected