NoOpConvertor.destruct

Does not destruct anything since it is not allocating anything.

class NoOpConvertor
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