aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/list/for_each.h
AgeCommit message (Collapse)Author
2015-02-03Added special `for_each` function for iterating lists at runtimeAdrian Kummerlaender
* i.e. we probably will want to access our compile time computed values at runtime sooner or later * runtime iteration using e.g. a normal _for-loop_ is not possible as we obviously can't dynamically insert new types into our templates