MapConvertor.destruct

Does not destruct anything since it is not allocating anything.

class MapConvertor(To : ToElement[ToKey], From : FromElement[FromKey], ToElement, ToKey, FromElement, FromKey)
const
void
destruct
(
const TypeInfo from
,
ref Object converted
,
RCIAllocator allocator = theAllocator
)

Parameters

converted Object

component that should be destroyed.

allocator RCIAllocator

allocator used to allocate converted component.

Meta