BloombergLP::bslmf::MakeIntegerSequence

Alias for an increasing integer sequence of type t_T and length t_N.

Synopsis

Declared in <bslmf_makeintegersequence.h>

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.