Dune Core Modules (2.7.1)
Dune::ReduceTuple< F, Tuple, Seed, N > Struct Template Reference
Apply reduce with meta binary function to template. More...
#include <dune/common/tupleutility.hh>
Public Types | |
typedef F< Accumulated, Value >::type | type |
Result of the reduce operation. | |
Detailed Description
template<template< class, class > class F, class Tuple, class Seed = std::tuple<>, int N = std::tuple_size<Tuple>::value>
struct Dune::ReduceTuple< F, Tuple, Seed, N >
struct Dune::ReduceTuple< F, Tuple, Seed, N >
Apply reduce with meta binary function to template.
For a tuple<T0,T1,...,TN-1,TN,...> the exported result is
F< ... F< F< F<Seed,T0>::type, T1>::type, T2>::type, ... TN-1>::type
- Template Parameters
-
F Binary meta function Tuple Apply reduce operation to this std::tuple Seed Initial value for reduce operation N Reduce the first N std::tuple elements
The documentation for this struct was generated from the following file:
- dune/common/tupleutility.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)