template<int i, int j, int ... Args>
manif::internal::compute_indices_gen<1, i, j, Args...> struct

Public static functions

static auto get() -> std::array<int, sizeof...(Args)+1> constexpr