Blaze
3.9
blaze
util
typelist
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
39
namespace
blaze {
40
41
//=================================================================================================
42
//
43
// CLASS TYPELIST
44
//
45
//=================================================================================================
46
47
//*************************************************************************************************
118
template
<
typename
... Ts >
119
struct
TypeList
120
{};
121
//*************************************************************************************************
122
123
}
// namespace blaze
124
125
#endif
blaze::TypeList
Implementation of a type list.
Definition:
TypeList.h:120
Generated by
1.9.3