dune-common
2.3.0
|
Apply reduce with meta binary function to template. More...
#include <dune/common/tupleutility.hh>
Public Types | |
typedef Seed | type |
Result of the reduce operation. |
Apply reduce with meta binary function to template.
Specialization for reduction of 0 elements. The exported result type is Seed.
F | Binary meta function |
Tuple | Apply reduce operation to this tuple |
Seed | Initial value for reduce operation |
typedef Seed Dune::ReduceTuple< F, Tuple, Seed, 0 >::type |
Result of the reduce operation.