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

◆ for_each

eve::algo::for_each = function_with_traits<for_each_>
inlineconstexpr

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

  • The operation is called with iterator and ignore.
  • Result of the operation is ignored.
  • Operation is passed by value.
  • There is no default traits.
  • We do not return anything.
  • The unrolling just calls the single step.
  • Will align by default.

If you you have a more advanced unrolling, consider using the for_each_iteration.

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