Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
int main()
23
{
24
Fun(A{});
25
// Fun(B{}); // #B Will not compile due to explicit ctor
26
}
Callers
nothing calls this directly
Calls
1
Fun
Function · 0.70
Tested by
no test coverage detected