Creates a typelist containing the types of a given tuple. More...
#include <TypeList.h>
Creates a typelist containing the types of a given tuple.
Example: typelist<int, string> == from_tuple_t<std::tuple<int, string>>
Definition at line 60 of file TypeList.h.