Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
06.16-customOrdering1/main.cpp:32–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
};
31
32
int main()
33
{
34
Address a1{
"Heidelberg"
,
"Hauptstrasse"
, 23};
35
Address a2{
"Heidelberg"
,
"Hauptstrasse"
, 22};
36
37
printf(
"%d\n"
, a1 > a2);
38
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected