Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
204
struct wrapped {};
205
206
struct wrap
207
{
208
template <typename T>
209
using result = wrapped<T>;
210
};
211
212
template <typename F, typename ... Ts>
213
using apply = typename F::template to<>::template result<Ts...>;
Callers
1
get_visit
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected