Implementation of a type list.
More...
#include <TypeList.h>
template<typename... Ts>
struct blaze::TypeList< Ts >
Implementation of a type list.
The TypeList class template represents a list of data types of arbitrary size. The following example gives an impression how type lists are used and manipulated:
decltype(auto) length(const DenseVector< VT, TF > &dv)
Calculation of the length (magnitude) of the dense vector .
Definition: DVecNormExpr.h:654
Appending a type to a type list.
Definition: Append.h:69
Searching a type list.
Definition: Contains.h:77
Erasing the first occurrence of a type from a type list.
Definition: Erase.h:74
Searching a type list.
Definition: IndexOf.h:75
Calculating the length of a type list.
Definition: Length.h:71
Indexing a type list.
Definition: TypeAt.h:75
Implementation of a type list.
Definition: TypeList.h:120
Erasing all duplicates from a type list.
Definition: Unique.h:73
The documentation for this struct was generated from the following file: