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