Use this class to make a list of types. More...
#include <meta.hpp>
Public Types | |
typedef Head | head_type |
typedef Queue | queue_type |
Use this class to make a list of types.
Template parameters
All type_list methods suppose that the list ends withe the type no_type.
Example
type_list< int, typelist<float, no_type> >
is a list of two types. The last type (no_type
) is used to indicate the end of the list.
Definition at line 88 of file meta.hpp.
typedef Head claw::meta::type_list< Head, Queue >::head_type |
typedef Queue claw::meta::type_list< Head, Queue >::queue_type |