What is the purpose of the 'std::exception_ptr' class in C++ exception handling?
A. It represents a pointer to an exception object
B. It represents a pointer to the exception handler
C. It represents a pointer to the exception stack
D. It represents a pointer to the exception catch block
Answer: Option A
Join The Discussion