MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / main

Function main

11.12-conditionalExplicit0/main.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22int main()
23{
24 Fun(A{});
25 // Fun(B{}); // #B Will not compile due to explicit ctor
26}

Callers

nothing calls this directly

Calls 1

FunFunction · 0.70

Tested by

no test coverage detected