Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
06.19-spaceshipEqualityRewrite2/main.cpp:14–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
};
13
14
int main()
15
{
16
const A a{};
17
B b{};
18
19
const bool res1 = a == b;
20
const bool res2 = b == a;
21
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected