shards  Version of the Day
 All Classes Functions Variables Typedefs Enumerations Enumerator Groups
shards::TypeList< Value, Tail > Class Template Reference

A link within a linked list of types. More...

#include <Shards_TypeList.hpp>

Detailed Description

template<typename Value, class Tail = TypeListEnd>
class shards::TypeList< Value, Tail >

A link within a linked list of types.

A linked list of types where Tail is required to either terminate the list with TypeListEnd or continue the list with another instantiation of TypeList .

Definition at line 85 of file Shards_TypeList.hpp.


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