Transforms a list of types into a tuple holding these types. More...
#include <TypeList.h>
Transforms a list of types into a tuple holding these types.
Example: std::tuple<int, string> == to_tuple_t<typelist<int, string>>
Definition at line 44 of file TypeList.h.