• Logo
    manif
  • artivis/manif
Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
manif documentation
manif documentation
  • Tutorials
    • Getting started in C++
    • Getting started in Python3
  • How-to
    • Use with Ceres
    • Write generic code
    • Build the documentation
  • References
    • C++ API
    • C++ Examples
    • Python3 API
    • Python3 Examples
  • Explanations
    • Operations on Lie groups
    • Tangent spaces
    • On auto-differentiation
    • Papers & courses
    • Who uses manif
Back to top

Template Struct make_intseq¶

  • Defined in File traits.h

Struct Documentation¶

template<std::size_t _N>
struct make_intseq¶

generate intseq 0, 1, …, N-1

Public Types

using type = typename intseq_join<typename make_intseq<_N - 1>::type, intseq<_N - 1>>::type¶
Copyright © 2025 MIT license, artivis
Last updated on Mar 26, 2025
Contents
  • Template Struct make_intseq
    • Struct Documentation
      • manif::internal::make_intseq
        • type