|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
A type that represents a parameter pack of zero or more integers. More...
#include <ah-stl-utils.H>
Public Types | |
| template<unsigned N> | |
| using | append = index_tuple< Indexes..., N > |
| Generate an index_tuple with an additional element. | |
A type that represents a parameter pack of zero or more integers.
Used for compile-time index generation when working with tuples.
| Indexes | The integer indices stored in this type. |
Definition at line 294 of file ah-stl-utils.H.
| using Aleph::index_tuple< Indexes >::append = index_tuple<Indexes..., N> |
Generate an index_tuple with an additional element.
| N | The new index to append. |
Definition at line 301 of file ah-stl-utils.H.