Visual Computing Library
devel
|
Get the type at a given index in a pack of types (variadic templates) or a TypeWrapper. More...
#include <vclib/base/variadic_templates.h>
Public Types | |
using | type = std::tuple_element_t< I, std::tuple< T... > > |
Get the type at a given index in a pack of types (variadic templates) or a TypeWrapper.
Usage: