dune-common  2.4.1
Public Types | List of all members
Dune::ReduceTuple< F, Tuple, Seed, 0 > Struct Template Reference

Apply reduce with meta binary function to template. More...

#include <dune/common/tupleutility.hh>

Public Types

typedef Seed type
 Result of the reduce operation. More...
 

Detailed Description

template<template< class, class > class F, class Tuple, class Seed>
struct Dune::ReduceTuple< F, Tuple, Seed, 0 >

Apply reduce with meta binary function to template.

Specialization for reduction of 0 elements. The exported result type is Seed.

Template Parameters
FBinary meta function
TupleApply reduce operation to this tuple
SeedInitial value for reduce operation

Member Typedef Documentation

template<template< class, class > class F, class Tuple , class Seed >
typedef Seed Dune::ReduceTuple< F, Tuple, Seed, 0 >::type

Result of the reduce operation.


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