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

Method MatcherInterfaceAdapter

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

Source from the content-addressed store, hash-verified

9090class MatcherInterfaceAdapter : public MatcherInterface<const T&> {
9091 public:
9092 explicit MatcherInterfaceAdapter(const MatcherInterface<T>* impl)
9093 : impl_(impl) {}
9094 ~MatcherInterfaceAdapter() override { delete impl_; }
9095
9096 void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected