|
constexpr |
Apply the Callable object f on each tuples' elements and their indexes.
Applies the given function to all the tuples passed as arguments along with their indexes and stores the result in another tuple, keeping the original elements order.
f
can't be called on each tuple's elements and their indexes.f | Callable function to apply |
t0 | Tuple to operate on |
others | Tuples to operate on |
f
calls results.Computes the return type of a call to kumi::map_index