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

Function Eq

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

Source from the content-addressed store, hash-verified

9596// wouldn't compile.
9597template <typename T>
9598inline internal::EqMatcher<T> Eq(T x) { return internal::EqMatcher<T>(x); }
9599
9600// Constructs a Matcher<T> from a 'value' of type T. The constructed
9601// matcher matches any value that's equal to 'value'.

Callers 3

MatcherMethod · 0.85
TypedEqFunction · 0.85
MatcherMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected