Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
06.12-bcd0/main.cpp:40–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
int main()
41
{
42
BCD a{10};
43
BCD b{0};
44
45
int v = a;
46
47
return a == b;
48
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected