Class FactoryMethodInstanceDestructor

Instance destructor using an third party component to do destruction of components.

class FactoryMethodInstanceDestructor(string method, T, Z, Args...)
  
if (isSomeFunction!(getMember!(T, method)) && isMethodCompatible!(T, method, Z, Args));

Fields

NameTypeDescription
destructor_ T

Methods

NameDescription
destruct Destruct a component of type T and deallocate it using stored allocator.
destructor Get destructor
destructor Set destructor