KTypeListLength< KTypeList< T, U > > Struct Template Reference
#include <ktypelist.h>
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 387 of file ktypelist.h.
Public Types | |
enum | { Value = 1 + KTypeListLength<U>::Value } |
Member Enumeration Documentation
template<class T, class U>
anonymous enum |
The documentation for this struct was generated from the following file: