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

◆ unroll

template<int N>
eve::algo::unroll = (unroll_key = eve::index<N>)
inlineconstexpr

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