|
TrueReality
v0.1.1912
|
#include <TypeList.h>
Public Types | |
| using | Type = T |
| using | StoredType = T |
Public Member Functions | |
| TupleHolder () | |
| TupleHolder (Type t) | |
| TupleHolder & | operator= (TupleHolder const &v) |
Public Attributes | |
| StoredType | value |
Definition at line 180 of file TypeList.h.
| using trUtil::TupleHolder< T, i >::StoredType = T |
Definition at line 183 of file TypeList.h.
| using trUtil::TupleHolder< T, i >::Type = T |
Definition at line 182 of file TypeList.h.
|
inline |
Definition at line 185 of file TypeList.h.
|
inline |
Definition at line 186 of file TypeList.h.
|
inline |
Definition at line 187 of file TypeList.h.
References trUtil::TupleHolder< T, i >::value.
| StoredType trUtil::TupleHolder< T, i >::value |
Definition at line 184 of file TypeList.h.
Referenced by trUtil::TupleHolder< T, i >::operator=().