Dune Core Modules (2.4.2)

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

The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 1, 22:29, 2024)