Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/meta/generator.hpp"
A Variation of InstantiateChained providing an incremented Index value template parameter.
This index can e.g. be used to store pointers in a dispatcher table in the Base class. Similar to InstantiateChained, this template builds a linear chain of inheritance. The user-provided template, which is to be instantiated for all types in the Typelist, now has to accept an additional third parameter (uint i).
Definition at line 174 of file generator.hpp.