|
constexpr |
Apply the Callable object f on each tuples' elements.
Applies the given function to all the tuples passed as arguments and stores the result in another tuple, keeping the original elements order.
f
can't be called on each tuple's elements.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