qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
qb::indexes_tuple< Indexes > Struct Template Reference

Represents a compile-time tuple of size_t indexes. More...

#include <type_traits.h>

Public Types

enum  { size = sizeof...(Indexes) }

Detailed Description

template<size_t... Indexes>
struct qb::indexes_tuple< Indexes >

Represents a compile-time tuple of size_t indexes.

Template Parameters
IndexesA parameter pack of size_t indices.

Used with index_builder for variadic template expansion and manipulation. size enum gives the number of indexes.