Function InstanceDestructor.destruct

Destruct a component of type T and deallocate it using stored allocator.

void destruct (
  ref T destructable
);

Parameters

NameDescription
destructable element to be destructed and deallocated using stored allocator