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

Function Matcher

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

Source from the content-addressed store, hash-verified

9258 Matcher() {}
9259
9260 explicit Matcher(const MatcherInterface<const std::string&>* impl)
9261 : internal::MatcherBase<const std::string&>(impl) {}
9262
9263 // Allows the user to write str instead of Eq(str) sometimes, where
9264 // str is a std::string object.

Callers 1

gtest.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected