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

Metafunction for selecting the Nth type in a variadic template parameter pack. More...

#include <type_traits.h>

Detailed Description

template<size_t num, typename... T>
struct qb::nth_type< num, T >

Metafunction for selecting the Nth type in a variadic template parameter pack.

Template Parameters
num0-based index of the type to select.
TVariadic parameter pack of types.
Returns
type is an alias to the Nth type in T....