File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 3760
3760
\pnum
3761
3761
The header \libheaderdef {exception}
3762
3762
defines 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.
3763
3772
3764
3773
\rSec 2[exception.syn]{Header \tcode {<exception>} synopsis}
3765
3774
You can’t perform that action at this time.
0 commit comments