MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / operator==

Method operator==

06.19-spaceshipEqualityRewrite2/main.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10struct B {
11 bool operator==(const A&) const { return false; } // #B
12};
13
14int main()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected