Template Function lupnt::UnpackImpl

Function Documentation

template<typename Vec, std::size_t... Indices>
auto lupnt::UnpackImpl(const Vec &vec, std::index_sequence<Indices...>)

Implementation helper for Unpack: expands a fixed-size Eigen vector into a std::tuple of its elements via an index sequence.