#include <fold.hh>
Public Types | |
| using | LHS = T |
| using | RHS = T |
Static Public Member Functions | |
| template<bool EXCLUSIVE = true> | |
| static void | apply (LHS &lhs, RHS rhs) |
| template<bool EXCLUSIVE = true> | |
| static void | fold (RHS &rhs1, RHS rhs2) |
Static Public Attributes | |
| static constexpr T | identity {} |
Product reduction type.
1.8.13