Destroys a std::exception_ptr object.
~exception_ptr();
- Effects:
Destroys
*this. If this is the laststd::exception_ptrinstance referencing the stored exception, destroy the stored exception.- Throws:
Nothing
Header
#include <exception_ptr>