|
|
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: hany on w1.md.megaloman.sk on Tue Aug 12 15:46:07 2003, using kdoc 2.0a54. |