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>
template<
class t_T,
t_T t_INTS...>
struct IntegerSequence;
Type Aliases
Name |
Description |
|