std::integer_sequence

suggest change

The class template std::integer_sequence<Type, Values...> represents a sequence of values of type Type where Type is one of the built-in integer types. These sequences are used when implementing class or function templates which benefit from positional access. The standard library also contains “factory” types which create ascending sequences of integer values just from the number of elements.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents