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

Method DescribeTo

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

Source from the content-addressed store, hash-verified

9378 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}
9379
9380 virtual void DescribeTo(::std::ostream* os) const { impl_.DescribeTo(os); }
9381
9382 virtual void DescribeNegationTo(::std::ostream* os) const {
9383 impl_.DescribeNegationTo(os);

Callers

nothing calls this directly

Calls 1

DescribeToMethod · 0.45

Tested by

no test coverage detected