|
|
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 porky.devel.redhat.com on Mon Jul 14 11:17:28 2003, using kdoc 2.0a54. |