Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/meta/generator.hpp"
Build a single inheritance chain of template instantiations.
Needs the help of the user provided Template, which now has to take a second parameter and use this as Base class. The resulting class ends up (single) inheriting from an instantiation of the template for each of the types, while overriding/implementing the provided base class.
Definition at line 129 of file generator.hpp.