MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / wrapper

Method wrapper

tests/p0892Test.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14 template<class U>
15 explicit(not std::is_convertible_v<U, T>)
16 wrapper(const U& u)
17 {}
18
19 template<class U>
20 explicit(not std::is_convertible_v<T, U>)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected