Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
11.15-conditionalExplicit5/main.cpp:34–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
void FunB(B) {}
33
34
int main()
35
{
36
FunA(static_cast<A>(3));
37
FunB(3);
38
39
withfalse::FunB(3);
40
}
Callers
nothing calls this directly
Calls
2
FunA
Function · 0.85
FunB
Function · 0.85
Tested by
no test coverage detected