Destroyable

Interface for components that are able to destroy component contained in them using convertor, allocator, and original type converted from.

interface Destroyable {}

Members

Functions

destruct
bool destruct()

Destroy contained component using convertor and additional information available.

Meta