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

Class wrap

tests/Issue101.cpp:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204struct wrapped {};
205
206struct wrap
207{
208 template <typename T>
209 using result = wrapped<T>;
210};
211
212template <typename F, typename ... Ts>
213using apply = typename F::template to<>::template result<Ts...>;

Callers 1

get_visitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected