ConstructorBasedFactory.factory

See InstanceFactory interface

class ConstructorBasedFactory(T, Args...)
@trusted
T
factory
()

Throws

InvalidCastException when extracted component by reference, is not of type expected by argument of component's constructor

Meta