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

Method DescribeTo

tests/gtest/gtest.h:9454–9457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9452 return Op()(lhs, Unwrap(rhs_));
9453 }
9454 void DescribeTo(::std::ostream* os) const override {
9455 *os << D::Desc() << " ";
9456 UniversalPrint(Unwrap(rhs_), os);
9457 }
9458 void DescribeNegationTo(::std::ostream* os) const override {
9459 *os << D::NegatedDesc() << " ";
9460 UniversalPrint(Unwrap(rhs_), os);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected