template<template<int ...> class _IntSeq, int ... _I1, int ... _I2>
manif::internal::intseq_join<_IntSeq<_I1...>, _IntSeq<_I2...>> struct

Public types

using type = _IntSeq<_I1..., _I2...>