MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / operator!=

Function operator!=

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

Source from the content-addressed store, hash-verified

13956struct faketype {};
13957inline bool operator==(faketype, faketype) { return true; }
13958inline bool operator!=(faketype, faketype) { return false; }
13959
13960// The helper function for {ASSERT|EXPECT}_EQ.
13961template <typename T1, typename T2>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected