Closed ghost closed 10 years ago
There is, this is a compile-time unrolled foreach, which means, in the generated assembler is no loop.
Thanks! I was completely unaware that you could write an unrolled loop this way. Now looking at the templates I should have understood it's not gonna iterate at runtime. This stuff is gonna be useful...
No need for TupleRange template trickery, is there?