#include <tuple.h>
Public Member Functions | |
| constexpr | TupleStorage () |
| template<typename A1 > | |
| constexpr | TupleStorage (std::index_sequence< 0 > *, A1 &&a1) |
Static Public Member Functions | |
| static Int | GetOffset (typename std::integral_constant< UInt32, 0 >::type *) |
Public Attributes | |
| T1 | first |
Static Public Attributes | |
| static const Int | COUNT |
Protected Member Functions | |
| T1 & | GetMember (std::integral_constant< UInt32, 0 >::type *) |
|
constexpr |
|
constexpr |
|
static |
| T1 first |