Sierra Toolkit  Version of the Day
sierra::TypeList< ValueType, ListType > Class Template Reference

Linked list of types. More...

#include <TypeList.hpp>

Public Types

typedef ValueType TypeListValue
 
typedef ListType TypeListTail
 

Detailed Description

template<typename ValueType, typename ListType>
class sierra::TypeList< ValueType, ListType >

Linked list of types.

Definition at line 479 of file TypeList.hpp.

Member Typedef Documentation

◆ TypeListValue

template<typename ValueType , typename ListType >
typedef ValueType sierra::TypeList< ValueType, ListType >::TypeListValue

Value for the current entry

Definition at line 481 of file TypeList.hpp.

◆ TypeListTail

template<typename ValueType , typename ListType >
typedef ListType sierra::TypeList< ValueType, ListType >::TypeListTail

Remainder of the list

Definition at line 484 of file TypeList.hpp.


The documentation for this class was generated from the following file: