Dune Core Modules (unstable)

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:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 24, 22:30, 2024)