hasElaborateDestructorNew.hasElaborateDestructorNew

Undocumented in source.
  1. enum bool hasElaborateDestructorNew;
    template hasElaborateDestructorNew(S)
    @safe
    static if(is(S == struct) || is(S == class))
    static if(__traits(hasMember, S, "__dtor"))
    enum bool hasElaborateDestructorNew;
  2. enum hasElaborateDestructorNew;
  3. enum bool hasElaborateDestructorNew;
  4. enum bool hasElaborateDestructorNew;

Meta