Attempts to finalize obj_ by calling its C++ destructor.
Notes: doXDtor is used to specify whether to also call any D mangled destructors defined for the C++ type.
Instance to destroy and deallocate.
Whether the operation succeeded.
@(D nogc_delete), nogc_trydelete, cpp_delete
See Implementation
Attempts to finalize obj_ by calling its C++ destructor.
Notes: doXDtor is used to specify whether to also call any D mangled destructors defined for the C++ type.