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

Method MatcherBase

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

Source from the content-addressed store, hash-verified

9197
9198 protected:
9199 MatcherBase() {}
9200
9201 // Constructs a matcher from its implementation.
9202 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected