qb
2.0.0.0
C++17 Actor Framework
|
Metafunction for selecting the Nth type in a variadic template parameter pack. More...
#include <type_traits.h>
Metafunction for selecting the Nth type in a variadic template parameter pack.
num | 0-based index of the type to select. |
T | Variadic parameter pack of types. |