#include <tuple.h>

Public Types | |
| using | Pack = ParameterPack< T... > |
Public Member Functions | |
| TupleStorageBase () | |
Protected Member Functions | |
| TupleStorageBase (ENUM_DONT_INITIALIZE) | |
Private Types | |
| using | IndexSequence = std::index_sequence_for< T... > |
Private Member Functions | |
| template<size_t... I> | |
| void | DefaultConstruct (std::index_sequence< I... > *) |
| using Pack = ParameterPack<T...> |
|
private |
| TupleStorageBase | ( | ) |
|
explicitprotected |
|
private |