MCPcopy 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

32void FunB(B) {}
33
34int main()
35{
36 FunA(static_cast<A>(3));
37 FunB(3);
38
39 withfalse::FunB(3);
40}

Callers

nothing calls this directly

Calls 2

FunAFunction · 0.85
FunBFunction · 0.85

Tested by

no test coverage detected