MCPcopy 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

20template<typename T>
21template<typename U>
22Wrapper<T>::Wrapper(const U&)
23{}
24
25void Fun(Wrapper<A> a) {}
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected