dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Dune::TypeIndexedTuple< Tuple, Types >::Value< T > Struct Template Reference

#include <dune/fem/common/typeindexedtuple.hh>

Inheritance diagram for Dune::TypeIndexedTuple< Tuple, Types >::Value< T >:
Inheritance graph

Public Types

typedef std::tuple_element< Position< T >::value, Tuple >::type Type
 

Static Public Member Functions

static Type & at (Tuple &tuple)
 
static const Type & at (const Tuple &tuple)
 

Member Typedef Documentation

◆ Type

template<class Tuple , class Types >
template<class T , bool contained>
typedef std::tuple_element<Position<T>::value,Tuple>::type Dune::TypeIndexedTuple< Tuple, Types >::ValueBase< T, contained >::Type
inherited

Member Function Documentation

◆ at() [1/2]

template<class Tuple , class Types >
template<class T , bool contained>
static const Type & Dune::TypeIndexedTuple< Tuple, Types >::ValueBase< T, contained >::at ( const Tuple &  tuple)
inlinestaticinherited

◆ at() [2/2]

template<class Tuple , class Types >
template<class T , bool contained>
static Type & Dune::TypeIndexedTuple< Tuple, Types >::ValueBase< T, contained >::at ( Tuple &  tuple)
inlinestaticinherited

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