Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ Wrapper
Method
Wrapper
11.13-conditionalExplicit1/main.cpp:22–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
template<typename T>
21
template<typename U>
22
Wrapper<T>::Wrapper(const U&)
23
{}
24
25
void Fun(Wrapper<A> a) {}
26
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected