dune-common 2.10
|
Make std::tuple_element work for TupleVector. More...
#include <dune/common/tuplevector.hh>
Public Types | |
using | type = typename std::tuple_element<i, std::tuple<Args...> >::type |
Make std::tuple_element work for TupleVector.
It derives from std::tuple after all.
using std::tuple_element< i, Dune::TupleVector< Args... > >::type = typename std::tuple_element<i, std::tuple<Args...> >::type |