shards Version of the Day
|
Member typedef ... type ; is a type list constructed from the template arguments. More...
#include <Shards_TypeList.hpp>
Public Types | |
enum | { length = TypeListLength<type>::value } |
Length of the constructed type list. More... | |
enum | { unique = TypeListUnique<type>::value } |
If every member of the constructed type list is unique. More... | |
typedef TypeListClean< dirty_type >::type | type |
The constructed type list. | |
Member typedef ... type ; is a type list constructed from the template arguments.
Definition at line 415 of file Shards_TypeList.hpp.
typedef TypeListClean<dirty_type>::type shards::MakeTypeList< T00, T01, T02, T03, T04, T05, T06, T07, T08, T09, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29, T30, T31, T32, T33, T34, T35, T36, T37, T38, T39, T40, T41, T42, T43, T44, T45, T46, T47, T48, T49, T50, T51, T52, T53, T54, T55, T56, T57, T58, T59, T60, T61, T62, T63 >::type |
The constructed type list.
Definition at line 491 of file Shards_TypeList.hpp.
anonymous enum |
Length of the constructed type list.
Definition at line 494 of file Shards_TypeList.hpp.
anonymous enum |
If every member of the constructed type list is unique.
Definition at line 497 of file Shards_TypeList.hpp.