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

Function operator==

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

Source from the content-addressed store, hash-verified

13955// It prevents using invalid operator==/!= defined at namespace scope.
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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected