VariantConvertor.destruct

Does not destruct anything since it is not allocating anything.

class VariantConvertor(Variant : VariantN!(maxDataSize, Types), size_t maxDataSize, Types...)
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