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

Method PolymorphicMatcher

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

Source from the content-addressed store, hash-verified

9357class PolymorphicMatcher {
9358 public:
9359 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {}
9360
9361 // Returns a mutable reference to the underlying matcher
9362 // implementation object.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected