E.V.E  0.1-beta

◆ copy

eve::algo::copy = function_with_traits<copy_>[default_simple_algo_traits]
inlineconstexpr

version of std::copy

  • 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.
  • for copying to the same scalar type consider using std::memmove instead.
  • will do conversions if necessary.

Required header: #include <eve/algo/transform.hpp>