Template Struct IntSeqImpl::IntSeqCombiner< integer_sequence< TValue, Inds0… >, integer_sequence< TValue, Inds1… > >

Nested Relationships

This struct is a nested type of Template Struct IntSeqImpl.

Struct Documentation

template<TValue... Inds0, TValue... Inds1>
struct IntSeqCombiner<integer_sequence<TValue, Inds0...>, integer_sequence<TValue, Inds1...>>

Public Types

using TResult = integer_sequence<TValue, Inds0..., Inds1...>