FactoryDecoratorMixin

A mixin that implements a factory delegating mechanism to decorated factory

@safe
mixin template FactoryDecoratorMixin (
T : Factory!Z
Z
) {}

Members

Functions

factory
Z factory()

Instantiates component of type T.

Meta