|
Valkyrie 2026
|
Slices a tuple type into a new tuple starting from Start index with Length. More...
#include <valkyrie/util/eigenunit/Common.h>
Public Types | |
| using | type = typename impl<std::make_index_sequence<Length>>::type |
| The resulting sliced tuple type. | |
Slices a tuple type into a new tuple starting from Start index with Length.
| Start | The starting index of the slice. |
| Length | The number of elements to include in the slice. |
| Tuple | The source tuple type to slice. |