|
|
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 macppc.ports.openbsd.org on Sat Sep 6 10:36:15 2003, using kdoc 2.0a54. |