Helper structure to hold a list of types. More...
#include <SerialAccess.h>
Public Types | |
typedef std::tuple< Ts... > | Tuple |
typedef std::tuple< Ts *... > | PointerTuple |
Static Public Attributes | |
static constexpr std::size_t | size = sizeof...(Ts) |
Helper structure to hold a list of types.
Definition at line 158 of file SerialAccess.h.
typedef std::tuple<Ts *...> Moose::TypeList< Ts >::PointerTuple |
Definition at line 161 of file SerialAccess.h.
typedef std::tuple<Ts...> Moose::TypeList< Ts >::Tuple |
Definition at line 160 of file SerialAccess.h.
|
static |
Definition at line 162 of file SerialAccess.h.