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

Method Wrapper

11.14-conditionalExplicit2/main.cpp:24–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22template<typename T>
23template<typename U>
24Wrapper<T>::Wrapper(const U&)
25{}
26
27int main()
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected