[#BloombergLP-bslmf-MakeIntegerSequence_ConcatUtil-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/MakeIntegerSequence_ConcatUtil-0e.adoc[MakeIntegerSequence_ConcatUtil]<xref:BloombergLP/bslmf/IntegerSequence.adoc[bslmf::IntegerSequence<t_T, t_I1...>], xref:BloombergLP/bslmf/IntegerSequence.adoc[bslmf::IntegerSequence<t_T, t_I2...>]> :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_T, t_T t_I1..., t_T t_I2...> struct xref:BloombergLP/bslmf/MakeIntegerSequence_ConcatUtil-0e.adoc[MakeIntegerSequence_ConcatUtil]<xref:BloombergLP/bslmf/IntegerSequence.adoc[bslmf::IntegerSequence<t_T, t_I1...>], xref:BloombergLP/bslmf/IntegerSequence.adoc[bslmf::IntegerSequence<t_T, t_I2...>]>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/MakeIntegerSequence_ConcatUtil-05/type.adoc[`type`] | `type` is an alias to an integer sequence type that represents the result of concatenation of two integer sequences `t_I1` and `t_I2`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#