|
constexpr |
Applies the Callable object f on each element of a kumi::product_type and its index.
f
can't be applied to the elements of t
and/or ts
and an integral constant.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 |