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

Function Ne

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

Source from the content-addressed store, hash-verified

9644// Creates a polymorphic matcher that matches anything != x.
9645template <typename Rhs>
9646inline internal::NeMatcher<Rhs> Ne(Rhs x) {
9647 return internal::NeMatcher<Rhs>(x);
9648}
9649} // namespace testing
9650
9651GTEST_DISABLE_MSC_WARNINGS_POP_() // 4251 5046

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected