dune-common 2.1.1
Public Types
Dune::tuple_element< N, Pair< T1, T2 > > Struct Template Reference

#include <dune/common/tuples.hh>

List of all members.

Public Types

typedef tuple_element< N-1, T2 >
::Type 
type
 The type of the N-th element of the tuple.
typedef tuple_element< N-1, T2 >
::Type 
Type

template<int N, typename T1, typename T2>
struct Dune::tuple_element< N, Pair< T1, T2 > >


Member Typedef Documentation

template<int N, typename T1 , typename T2 >
typedef tuple_element<N-1,T2>::Type Dune::tuple_element< N, Pair< T1, T2 > >::type

The type of the N-th element of the tuple.


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