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>
38 using index_sequence_for = make_index_sequence<
typename Dune::SizeOf<T...>{}>;
Dune namespace.
Definition: alignment.hh:11
Compute size of variadic type list.
Definition: typetraits.hh:566
Traits for type conversions and type information.