This partial specialization of bslmf::MakeIntegerSequence_ConcatUtil appends all indices from the specified t_I2 sequence at the end of the indices of the specified t_I1 sequence.
Synopsis
Declared in <bslmf_makeintegersequence.h>
template<
class t_T,
t_T t_I1...,
t_T t_I2...>
struct MakeIntegerSequence_ConcatUtil<bslmf::IntegerSequence<t_T, t_I1...>, bslmf::IntegerSequence<t_T, t_I2...>>;