|
Schnek
|
#include <typetools.hpp>
Public Types | |
| typedef H | Head |
| typedef T | Tail |
Type to type mapper class.
A method to pass type information in an argument without creating a large object.the original type A templated typelist struct
Typelists are used for creating generalized functors, generating class hierarchies and more
| typedef H schnek::Typelist< H, T >::Head |
The head is an actual type
| typedef T schnek::Typelist< H, T >::Tail |
The tail is either a typelist itself or NullType