Class predestructible
boost::predestructible — A base class for classes with predestructors, used in conjunction with deconstruct_ptr().
Synopsis
class predestructible { protected: // construct/copy/destruct virtual ~predestructible(); public: virtual void predestruct(); };
Description
virtual void predestruct();
| Notes: |
Override |