Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
06.13-bcd1/main.cpp:32–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
int main()
33
{
34
BCD a{10, 0};
35
BCD b{0, 1};
36
37
int v = a;
38
39
return a == b;
40
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected