|
|
class template KTypeList The building block of typelists of any length Use it through the K_TYPELIST_NN macros Defines nested types: Head (first element, a non-typelist type by convention) Tail (second element, can be another typelist)
typedef T Head | Head |
typedef U Tail | Tail |
Generated by: root on daffy.perf.redhat.com on Tue Apr 16 21:22:55 2002, using kdoc 2.0a54. |