dune-istl 2.9.0
Loading...
Searching...
No Matches
Public Types | List of all members
std::tuple_element< i, Dune::MultiTypeBlockVector< Args... > > Struct Template Reference

Make std::tuple_element work for MultiTypeBlockVector. More...

#include <dune/istl/multitypeblockvector.hh>

Public Types

using type = typename std::tuple_element< i, std::tuple< Args... > >::type
 

Detailed Description

template<size_t i, typename... Args>
struct std::tuple_element< i, Dune::MultiTypeBlockVector< Args... > >

Make std::tuple_element work for MultiTypeBlockVector.

It derives from std::tuple after all.


The documentation for this struct was generated from the following file: