WrappingFactory.factory

Instantiates component of type T.

class WrappingFactory(T : Factory!Z, Z)
@trusted
Object
factory
()

Return Value

Type: Object

Object instantiated component and probably wrapped if not derived from Object.

Meta