DestructDecoratorMixin

A mixin that implements a destruct delegating mechanism to decorated factory

@safe
mixin template DestructDecoratorMixin (
T : Factory!Z
Z
) {}

Members

Functions

destruct
void destruct(Z component)

Destructs a component of type T.

Meta