Algorithms applying transformation to product types.
More...
|
| constexpr apply_t | kumi::apply {} |
| | Callable object invoking the callable object f with the elements of the product type unrolled as arguments.
|
| constexpr apply_field_t | kumi::apply_field {} |
| | Callable object invoking the callable object f with the elements of the product type unrolled as arguments.
|
| constexpr for_each_t | kumi::for_each {} |
| | Callable object applying the Callable object f on each element of a product type.
|
| constexpr map_t | kumi::map {} |
| | Callable object applying the Callable object f on each product types' elements.
|