Use the obj. ~ClassName() Notation to Explicitly Call a Destructor Function . Destructors are special functions that get executed when an object goes out of scope automatically or is deleted by an explicit call by the user.
How do you call a destructor in C++?
Use the obj. ~ClassName() Notation to Explicitly Call a Destructor Function . Destructors are special functions that get executed when an object goes out of scope automatically or is deleted by an explicit call by the user.