Monday, July 24, 2017

C++11: Exceptions: current_exception()

You can call current_exception() to get a pointer to the current exception. The function returns the pointer of the type exception_ptr.

No comments:

Post a Comment