File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 37603760\pnum
37613761The header \libheaderdef {exception}
37623762defines several types and functions related to the handling of exceptions in a \Cpp {} program.
3763+ The function \tcode {std::terminate}\iref {except.terminate }
3764+ is used by the exception
3765+ handling mechanism for coping with errors related to the exception handling
3766+ mechanism itself.
3767+ The function \tcode {std::uncaught_exceptions}\iref {uncaught.exceptions }
3768+ reports how many exceptions are uncaught in the current thread.
3769+ The function \tcode {std::current_exception}\iref {propagation } and the class
3770+ \tcode {std::nested_exception}\iref {except.nested } can be used by a program to
3771+ capture the currently handled exception.
37633772
37643773\rSec 2[exception.syn]{Header \tcode {<exception>} synopsis}
37653774
You can’t perform that action at this time.
0 commit comments