qb
2.0.0.0
C++17 Actor Framework
|
Represents a compile-time tuple of size_t indexes. More...
#include <type_traits.h>
Public Types | |
enum | { size = sizeof...(Indexes) } |
Represents a compile-time tuple of size_t indexes.
Indexes | A parameter pack of size_t indices. |
Used with index_builder for variadic template expansion and manipulation. size enum gives the number of indexes.