dune-common
2.5.1
|
Get element of TypeList. More...
#include <dune/common/typelist.hh>
Public Types | |
using | type = typename std::tuple_element< i, std::tuple< T...>>::type |
Export type of i-th element in TypeList. More... | |
using | Type = type |
Export type of i-th element in TypeList. More... | |
Get element of TypeList.
using Dune::TypeListElement< i, TypeList< T...> >::type = typename std::tuple_element<i, std::tuple<T...>>::type |
using Dune::TypeListElement< i, TypeList< T...> >::Type = type |