DefaultInstanceDestructor

Default implementation of destructor that calls dispose upon @safe classes only.

Members

Functions

destruct
void destruct(T component)

Destruct a component of type T and deallocate it using stored allocator.

Mixins

__anonymous
mixin LocatorAwareMixin!(typeof(this))
Undocumented in source.
__anonymous
mixin AllocatorAwareMixin!(typeof(this))
Undocumented in source.

Meta