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>

template<
    class t_T,
    t_T t_N>
using MakeIntegerSequence = /* implementation-defined */;

Created with MrDocs