Returns true if T is destructible with T.destructor() method. In other words tests whether T contains void destructor() method. Please note: the parent destructor must be called explicitly.
See Implementation
Returns true if T is destructible with T.destructor() method. In other words tests whether T contains void destructor() method. Please note: the parent destructor must be called explicitly.