Is it valid to call some function in destructor with this argument? Function does not store pointer, but assume full-functional object.
this
In one word: YES. It's fully valid to use this in the D`TOR