E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches

◆ reverse_copy

eve::algo::reverse_copy = function_with_traits<reverse_copy_>[algo::unroll<1>]
inlineconstexpr

#include <eve/module/algo/algo/reverse.hpp>

  • Accepts two things zipping together to range of pair.
  • Also can accept a zipped_range_pair.
  • returns void.
  • default unrolling is 1.
  • will align by default.
  • will do conversions if necessary.

NOTE: reverese_copy(it, range) works but it's the same as reverse_copy(views::zip(it, range)), so it will be treated as first not last.

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