[#BloombergLP-bslmf-MakeIntegerSequence] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::MakeIntegerSequence :relfileprefix: ../../ :mrdocs: Alias for an increasing integer sequence of type `t_T` and length `t_N`. == Synopsis Declared in `<bslmf_makeintegersequence.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_T, t_T t_N> using MakeIntegerSequence = /* implementation-defined */; ---- == Description `MakeIntegerSequence` is defined to simplify creation of `bslmf::IntegerSequence` type that represents a collection of increasing integer values of the specified type `t_T` in a range of [0..t_N) having] the specified t_N‐value length. [.small]#Created with https://www.mrdocs.com[MrDocs]#