#include <eve/module/algo/algo/traits.hpp>
- See also
- expensive_callable if you just want to tell the library to stop.
- Note
- when not just using our algorithms but writing your own, avoid having dependencies between unrolled loop iterations if possible. Maybe you'd have to use
for_each_iteration
as oppose to just for_each
to do that.