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

Method ComparisonBase

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

Source from the content-addressed store, hash-verified

9432class ComparisonBase {
9433 public:
9434 explicit ComparisonBase(const Rhs& rhs) : rhs_(rhs) {}
9435 template <typename Lhs>
9436 operator Matcher<Lhs>() const {
9437 return Matcher<Lhs>(new Impl<const Lhs&>(rhs_));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected