InstanceFactoryDecoratorMixin

A default implementation that delegates construction to decorated implementation

mixin template InstanceFactoryDecoratorMixin (
T
) {}

Members

Functions

factory
T factory()

Create a new instance of object of type T.

Meta