Convert a tuple of homogeneous types to an std::array. More...
Static Public Member Functions | |
static type | apply (Tuple const &t) |
Public Types | |
using | type = std::array< typename tuple_element< 0, Tuple >::type, tuple_size< Tuple >::value > |
Convert a tuple of homogeneous types to an std::array.