E.V.E  0.1-beta

◆ transform_to

eve::algo::transform_to = function_with_traits<transform_to_>[default_simple_algo_traits]
inlineconstexpr

version of std::transform

  • 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/algo/transform.hpp>