DefaultInstanceFactory.factory

Create a new instance of object of type T.

class DefaultInstanceFactory(T)
@trusted
T
factory
()
if (
hasDefaultCtor!T
)

Return Value

Type: T

T instantiated component

Meta