#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>