|
inlineconstexpr |
Applies the Callable object f on each element of a kumi::product_type. f is applied on the values if the given product_type is a kumi::record.
f can't be applied to the elements of t and/or ts.| f | Callable object to be invoked |
| t | kumi::product_type whose elements to be used as arguments to f |
| ts | Other kumi::product_type whose elements to be used as arguments to f |