1 #ifndef _INTSEQSPLIT_HPP 2 #define _INTSEQSPLIT_HPP 8 #include <ints/IntSeq.hpp> 17 typename=ConstrainIsIntSeq<ISeq>>
21 using type=
typename IntSeq<>::AppendFirstN<N,ISeq>;
29 typename=EnableIf<isIntSeq<ISeq>>>
30 using IntSeqFirstN=
typename _IntSeqFirstN<N,ISeq>::type;
37 template <
typename Is,
49 using type=IntSeq<getIntOfList<Ids,Ints...>...>;
53 template <
typename Is,
55 using IntSeqFilter=
typename _IntSeqFilter<Is,Fi>::type;
static constexpr int element()
Get the I element of the sequence.