Dune::ForEachType< TypeEvaluator, Pair< Head, Tail > > Struct Template Reference

#include <utility.hh>

List of all members.


Detailed Description

template<template< class > class TypeEvaluator, class Head, class Tail>
struct Dune::ForEachType< TypeEvaluator, Pair< Head, Tail > >

Specialisation for standard tuple element.


Public Types

typedef Pair< typename TypeEvaluator<
Head >::Type, typename ForEachType<
TypeEvaluator, Tail >::Type
Type
 Defines type corresponding to the subtuple defined by Pair<Head, Tail>.

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

Generated on 12 Dec 2007 with Doxygen (ver 1.5.1)