Loading [MathJax]/extensions/tex2jax.js
E.V.E
v2023.02.15
 
All Classes Namespaces Functions Variables Typedefs Enumerations Friends Modules Pages Concepts
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.