[#BloombergLP-bslmf-IntegerSequence] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::IntegerSequence :relfileprefix: ../../ :mrdocs: This class template represents a compile‐time sequence of integers. When passed as an argument to a function template, the specified parameter pack `t_INTS` can be deduced and used a in pack expansion. == Synopsis Declared in `<bslmf_integersequence.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_T, t_T t_INTS...> struct IntegerSequence; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/IntegerSequence/value_type.adoc[`value_type`] | `value_type` is an alias to the template parameter `t_T` that represents an integer type to use for the elements of the sequence. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/IntegerSequence/size.adoc[`size`] | Return the number of elements in `t_INTS`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#