dune-common 2.9.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 std::tuple |
Seed | Initial value for reduce operation |