Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
11.13-conditionalExplicit1/main.cpp:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
void Fun(Wrapper<A> a) {}
26
27
int main()
28
{
29
Fun(A{});
30
Fun(B{}); // #B Does compile!
31
}
Callers
nothing calls this directly
Calls
1
Fun
Function · 0.70
Tested by
no test coverage detected