[#BloombergLP-bslmf-MakeIntegerSequence_ConcatUtil-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::MakeIntegerSequence_ConcatUtil :relfileprefix: ../../ :mrdocs: Component‐private metafunction that concatenates two integer sequences. == Synopsis Declared in `<bslmf_makeintegersequence.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_S1, class t_S2> struct MakeIntegerSequence_ConcatUtil; ---- == Description This template is not defined unless the (template parameter) types `t_S1` and `t_S2` are specializations of the class template `bslmf::IntegerSequence`. == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/MakeIntegerSequence_ConcatUtil-05.adoc[`MakeIntegerSequence_ConcatUtil<bslmf::IntegerSequence<t_T, t_I1...>, bslmf::IntegerSequence<t_T, t_I2...>>`] | Partial specialization that concatenates two integer sequences. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#