KTypeList< T, U > Struct Template Reference
The building block of typelists of any length. More...
#include <ktypelist.h>
| Public Types | |
| typedef T | Head | 
| typedef U | Tail | 
Detailed Description
template<class T, class U>
 struct KTypeList< T, U >
The building block of typelists of any length. 
Use it through the K_TYPELIST_NN macros. Defines nested types:
- Head (first element, a non-typelist type by convention)
- Tail (second element, can be another typelist)
Definition at line 361 of file ktypelist.h.
Member Typedef Documentation
| 
 | |||||
| first element, a non-typelist type by convention 
 Definition at line 364 of file ktypelist.h. | 
| 
 | |||||
| second element, can be another typelist 
 Definition at line 366 of file ktypelist.h. | 
The documentation for this struct was generated from the following file:

