|
TrueReality
v0.1.1912
|
List of types structure. More...
#include <TypeList.h>
Public Types | |
| using | Head = T |
| using | Tail = U |
List of types structure.
| T | Generic type parameter. |
| U | Generic type parameter. |
Definition at line 70 of file TypeList.h.
| using trUtil::TypeList< T, U >::Head = T |
Definition at line 72 of file TypeList.h.
| using trUtil::TypeList< T, U >::Tail = U |
Definition at line 73 of file TypeList.h.