InstanceDestructorDecoratorMixin

A default implementation that delegates the destrcution to decorated component.

mixin template InstanceDestructorDecoratorMixin (
T
) {}

Members

Functions

destruct
void destruct(T destructable)

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

Meta