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

Method DescribeNegationTo

tests/gtest/gtest.h:9458–9461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9456 UniversalPrint(Unwrap(rhs_), os);
9457 }
9458 void DescribeNegationTo(::std::ostream* os) const override {
9459 *os << D::NegatedDesc() << " ";
9460 UniversalPrint(Unwrap(rhs_), os);
9461 }
9462
9463 private:
9464 Rhs rhs_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected