dune-common 2.9.0
Loading...
Searching...
No Matches
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.
 

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 std::tuple
SeedInitial value for reduce operation

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