GenericFactoryImpl.destruct

Destructs a component of type T.

class GenericFactoryImpl(T)
@safe
void
destruct
(
ref T component
)

Parameters

component T

component that is to ve destroyed.

Meta