1#ifndef TATOOINE_VARIADIC_HELPERS_ITH_TYPE_H
2#define TATOOINE_VARIADIC_HELPERS_ITH_TYPE_H
6template <std::size_t I,
typename CurType,
typename... RestTypes>
10template <
typename CurType,
typename... RestTypes>
14template <std::size_t I,
typename... Types>
Definition: variadic_helpers.h:9
typename ith_type_impl< I, Types... >::type ith_type
Definition: ith_type.h:15
CurType type
Definition: ith_type.h:12
typename ith_type_impl< I - 1, RestTypes... >::type type
Definition: ith_type.h:8