dune-common  2.2.1
Public Types | List of all members
Dune::tuple_element< N, Tuple > Struct Template Reference

Get the type of the N-th element of the tuple. More...

#include <dune/common/tuples.hh>

Public Types

typedef tuple_element< N,
typename Tuple::FirstPair >
::type 
type
 The type of the N-th element of the tuple. More...
 
typedef tuple_element< N,
typename Tuple::FirstPair >
::type 
Type
 

Detailed Description

template<int N, class Tuple>
struct Dune::tuple_element< N, Tuple >

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


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