Construct a std::exception_ptr object with no
stored exception.
exception_ptr();
- Effects:
Constructs a new
std::exception_ptrinstance with no stored exception.- Postconditions:
(bool)*thisisfalse.- Throws:
Nothing.
Header
#include <exception_ptr>