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

Method Matcher

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

Source from the content-addressed store, hash-verified

9601// matcher matches any value that's equal to 'value'.
9602template <typename T>
9603Matcher<T>::Matcher(T value) { *this = Eq(value); }
9604
9605// Creates a monomorphic matcher that matches anything with type Lhs
9606// and equal to rhs. A user may need to use this instead of Eq(...)

Callers

nothing calls this directly

Calls 1

EqFunction · 0.85

Tested by

no test coverage detected