[#BloombergLP-bslmf-MakeIntegerSequence] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::MakeIntegerSequence :relfileprefix: ../../ :mrdocs: `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. == 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 */; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#