Blaze 3.9
TypeList.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35#ifndef _BLAZE_UTIL_TYPELIST_TYPELIST_H_
36#define _BLAZE_UTIL_TYPELIST_TYPELIST_H_
37
38
39namespace blaze {
40
41//=================================================================================================
42//
43// CLASS TYPELIST
44//
45//=================================================================================================
46
47//*************************************************************************************************
118template< typename... Ts >
120{};
121//*************************************************************************************************
122
123} // namespace blaze
124
125#endif
Implementation of a type list.
Definition: TypeList.h:120