#include <eve/module/algo/algo/transform.hpp>
- Accepts two things zipping together to range of pair.
- Also can accept a
zipped_range_pair
.
- returns void.
- default unrolling is 4.
- will align by default.
- the output type of the operation, is not considered in cardinal computation. (otherwise we'd have to require the predicate to be a template).
- if the operation output type differs from the output range type, converts.
Required header: #include <eve/module/algo/algo/transform.hpp>