alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Takes an arbitrary number of types (T) and creates a type list of type TListType with the types (T). If T is a single template parameter and it satisfies alpaka::meta::isList, the type of the structure is T (no type change). For example std::tuple can be used as TListType. More...
Takes an arbitrary number of types (T) and creates a type list of type TListType with the types (T). If T is a single template parameter and it satisfies alpaka::meta::isList, the type of the structure is T (no type change). For example std::tuple can be used as TListType.
TListType | type of the created list |
T | possible list types or type list |
Definition at line 76 of file TypeListOps.hpp.