KTypeListLength< KTypeList< T, U > > Struct Template Reference
A class template for determining the length of a typelist. More...
#include <ktypelist.h>
| Public Types | |
| enum | { Value = 1 + KTypeListLength<U>::Value } | 
Detailed Description
template<class T, class U>
 struct KTypeListLength< KTypeList< T, U > >
A class template for determining the length of a typelist. 
To be used like KTypeListLength< typelist >::Value;
Definition at line 386 of file ktypelist.h.
Member Enumeration Documentation
| 
 | |||||
| The length of the type list. 
 Definition at line 391 of file ktypelist.h. | 
The documentation for this struct was generated from the following file:

