Dune::ForEachType< TypeEvaluator, Pair< Head, Tail > > Struct Template Reference
#include <utility.hh>
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: