DestructorMethod

Use method from instance of type T to destroy a component of type Z

  1. struct DestructorMethod(string method, T, Z, Args...)
    @safe
    struct DestructorMethod (
    string method
    T
    Z
    Args...
    ) {}
  2. CallbackDestructor destructorMethod()

Members

Variables

args
Args args;

List of arguments to pass to destructor method

Parameters

method

method used to destroy component of type Z

Meta