Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
06.15-customOrdering0/main.cpp:17–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
};
16
17
int main()
18
{
19
Address a1{
"Heidelberg"
,
"Hauptstrasse"
, 23};
20
Address a2{
"Heidelberg"
,
"Hauptstrasse"
, 22};
21
22
printf(
"%d\n"
, a1 > a2);
23
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected