|
dune-common 2.9.1
|
Loading...
Searching...
No Matches
Dune::TypeListElement< i, TypeList< T... > > Struct Template Reference
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. | |
| using | Type = type |
| Export type of i-th element in TypeList. | |
Detailed Description
template<std::size_t i, class... T>
struct Dune::TypeListElement< i, TypeList< T... > >
struct Dune::TypeListElement< i, TypeList< T... > >
Get element of TypeList.
Member Typedef Documentation
◆ type
template<std::size_t i, class... T>
| using Dune::TypeListElement< i, TypeList< T... > >::type = typename std::tuple_element<i, std::tuple<T...> >::type |
Export type of i-th element in TypeList.
- Todo:
- Implement without using std::tuple.
◆ Type
template<std::size_t i, class... T>
| using Dune::TypeListElement< i, TypeList< T... > >::Type = type |
Export type of i-th element in TypeList.
- Todo:
- Implement without using std::tuple.
The documentation for this struct was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8