Compounds | |
class | Nil |
The Nil class is the empty typelist. It is used to terminate other. More... | |
class | Typelist |
This class is a typelist. More... | |
class | List |
Function to produce a TypeList from the <=7 types supplied as arguments. More... | |
class | List< Nil, Nil, Nil, Nil, Nil, Nil, Nil > |
Function to produce a TypeList from the <=7 types supplied as arguments-- handler for end-of input. More... |
Metaprogramming is code that is executed at compile time, and is based on templates.