MCPcopy 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
69template <typename Tuple>
70struct TupleToTypes;
71
72template <typename... Args>
73struct TupleToTypes<std::tuple<Args...>>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected