struct KTypeListLength

A class template for determining the length of a typelist. More...

Definition#include <ktypelist.h>
Template formKTypeListLength<class T, class U>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types


Detailed Description

A class template for determining the length of a typelist. To be used like KTypeListLength< typelist >::Value;

enum { Value = 0 }

Zero length type list.

enum { Value = 1 + KTypeListLength::Value }

The length of the type list.


Generated by: caleb on tcdevel on Tue Jan 28 12:54:04 2003, using kdoc $.