dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | List of all members
Dune::Fem::TupleDiscreteFunction< DiscreteFunctions >::SubDiscreteFunction< i > Struct Template Reference

helper struct to get the type of the i-th sub function More...

#include <dune/fem/function/tuplediscretefunction/discretefunction.hh>

Public Types

typedef std::tuple_element< i, DiscreteFunctionTuple >::type Type
 

Detailed Description

template<class ... DiscreteFunctions>
template<int i>
struct Dune::Fem::TupleDiscreteFunction< DiscreteFunctions >::SubDiscreteFunction< i >

helper struct to get the type of the i-th sub function

Member Typedef Documentation

◆ Type

template<class ... DiscreteFunctions>
template<int i>
typedef std::tuple_element<i,DiscreteFunctionTuple>::type Dune::Fem::TupleDiscreteFunction< DiscreteFunctions >::SubDiscreteFunction< i >::Type

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