Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Naios/function2
/ TupleToTypes
Class
TupleToTypes
test/function2-test.hpp:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
template <typename Tuple>
70
struct TupleToTypes;
71
72
template <typename... Args>
73
struct TupleToTypes<std::tuple<Args...>>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected