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

Function MakeMatcher

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

Source from the content-addressed store, hash-verified

9402// leads to unnecessary copies & lack of support for non-copyable types.
9403template <typename T>
9404inline Matcher<T> MakeMatcher(const MatcherInterface<T>* impl) {
9405 return Matcher<T>(impl);
9406}
9407
9408// Creates a polymorphic matcher from its implementation. This is
9409// easier to use than the PolymorphicMatcher<Impl> constructor as it

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected