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

Method Impl

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

Source from the content-addressed store, hash-verified

9447 class Impl : public MatcherInterface<Lhs> {
9448 public:
9449 explicit Impl(const Rhs& rhs) : rhs_(rhs) {}
9450 bool MatchAndExplain(Lhs lhs,
9451 MatchResultListener* /* listener */) const override {
9452 return Op()(lhs, Unwrap(rhs_));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected