|
|
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: root on i386.ports.openbsd.org on Tue Sep 9 03:45:14 2003, using kdoc 2.0a54. |