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

Function MakePolymorphicMatcher

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

Source from the content-addressed store, hash-verified

9414// PolymorphicMatcher<TypeOfFoo>(foo);
9415template <class Impl>
9416inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) {
9417 return PolymorphicMatcher<Impl>(impl);
9418}
9419
9420namespace internal {
9421// Implements a matcher that compares a given value with a

Callers 2

MatchesRegexFunction · 0.85
ContainsRegexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected