exception | 标准异常类 (类) |
bad_exception | 意外处理程序抛出的异常 (类) |
nested_exception | 嵌套异常 (类) |
exception_ptr | 异常指针 (类型) |
terminate_handler | 异常终止处理程序函数的类型 (类型) |
unexpected_handler | 意外异常处理程序函数的类型 (类型) |
terminate | 异常终止处理的函数(函数) |
get_terminate | 获取异常终止处理程序函数(函数) |
set_terminate | 设置异常终止处理函数(函数) |
unexpected | 处理意外异常的函数(函数) |
get_unexpected | 获取意外处理程序函数(函数) |
set_unexpected | 设置意外处理程序函数(函数) |
uncaught_exception | 返回异常状态(函数) |
current_exception | 获取指向当前异常的智能指针(函数) |
rethrow_exception | 重新抛出异常(函数) |
make_exception_ptr | 生成异常副本的智能指针(函数模板) |
throw_with_nested | 抛出嵌套异常(函数) |
rethrow_if_nested | 抛出嵌套在e中的异常(函数) |