Metafunction to compute a traveral type based on an integral variadic pack of indices. More...
Public Types | |
using | size = std::integral_constant< std::size_t, sizeof...(Indices)> |
using | type = tuple< boost::mpl::int_< Indices >... > |
Metafunction to compute a traveral type based on an integral variadic pack of indices.