Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/meta/generator.hpp"
Apply a template to a collection of types.
The resulting class ends up inheriting from an instantiation of the template for each of the types in the list. The inheritance graph is built in a "mixin" (multiple inheritance) style.
Definition at line 80 of file generator.hpp.