Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ operator==
Method
operator==
06.19-spaceshipEqualityRewrite2/main.cpp:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
struct A {
7
bool operator==(B&) const { return true; } // #A
8
};
9
10
struct B {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected