Sierra Toolkit
Version of the Day
|
Linked list of types. More...
#include <TypeList.hpp>
Public Types | |
typedef ValueType | TypeListValue |
typedef ListType | TypeListTail |
Linked list of types.
Definition at line 479 of file TypeList.hpp.
typedef ValueType sierra::TypeList< ValueType, ListType >::TypeListValue |
Value for the current entry
Definition at line 481 of file TypeList.hpp.
typedef ListType sierra::TypeList< ValueType, ListType >::TypeListTail |
Remainder of the list
Definition at line 484 of file TypeList.hpp.