Swarm-NG
1.1
|
Template helper for unrolling of loops This template helper is used for unrolling loops This and the template specialization below provide a pattern matching recursive function that is evaluated at compile time and generates code for unrolling a function. More...
#include <helpers.hpp>
Template helper for unrolling of loops This template helper is used for unrolling loops This and the template specialization below provide a pattern matching recursive function that is evaluated at compile time and generates code for unrolling a function.
Begin | the index to start from |
End | the end index (non-inclusive) |
Step | the step parameter (defaults to 1) |
Usage:
This generates a code like:
;
Definition at line 56 of file helpers.hpp.