dune-common  2.2.0
Public Types
Dune::AtType< N, Tuple > Struct Template Reference

Type for reverse element access. More...

#include <dune/common/tupleutility.hh>

List of all members.

Public Types

typedef tuple_element
< tuple_size< Tuple >::value-N-1,
Tuple >::type 
Type

Detailed Description

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

Type for reverse element access.

Counterpart to ElementType for reverse element access.


Member Typedef Documentation

template<int N, class Tuple >
typedef tuple_element<tuple_size<Tuple>::value - N - 1, Tuple>::type Dune::AtType< N, Tuple >::Type

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