Destroys a std::exception_ptr
object.
~exception_ptr();
Destroys *this
.
If this is the last std::exception_ptr
instance
referencing the stored exception, destroy the stored exception.
Nothing
#include <exception_ptr>