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

Method ExplainMatchResultTo

tests/gtest/gtest.h:9186–9189  ·  view source on GitHub ↗

Explains why x matches, or doesn't match, the matcher.

Source from the content-addressed store, hash-verified

9184
9185 // Explains why x matches, or doesn't match, the matcher.
9186 void ExplainMatchResultTo(const T& x, ::std::ostream* os) const {
9187 StreamMatchResultListener listener(os);
9188 MatchAndExplain(x, &listener);
9189 }
9190
9191 // Returns the describer for this matcher object; retains ownership
9192 // of the describer, which is only guaranteed to be alive when

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected