Valkyrie 2026
Loading...
Searching...
No Matches
valor::EigenUnit::SliceTuple< Start, Length, Tuple > Struct Template Reference

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.

Detailed Description

template<std::size_t Start, std::size_t Length, typename Tuple>
struct valor::EigenUnit::SliceTuple< Start, Length, Tuple >

Slices a tuple type into a new tuple starting from Start index with Length.

Template Parameters
StartThe starting index of the slice.
LengthThe number of elements to include in the slice.
TupleThe source tuple type to slice.

The documentation for this struct was generated from the following file:
  • src/main/include/valkyrie/util/eigenunit/Common.h