1 #ifndef DUNE_COMMON_STD_UTILITY_HH
2 #define DUNE_COMMON_STD_UTILITY_HH
18 using std::integer_sequence;
19 using std::index_sequence;
20 using std::make_integer_sequence;
21 using std::make_index_sequence;
37 template<
typename... T>
46 #endif // #ifndef DUNE_COMMON_STD_UTILITY_HH
Compute size of variadic type list.
Definition: typetraits.hh:564
Traits for type conversions and type information.
make_index_sequence< typename Dune::SizeOf< T...>{}> index_sequence_for
Create index_sequence from 0 to sizeof...(T)-1.
Definition: utility.hh:38