MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
terminate.hpp 文件参考

MSTL程序终止处理 更多...

terminate.hpp 的引用(Include)关系图:

浏览该文件的源代码.

类型定义

using terminate_handler = void(*)()
 终止处理函数指针类型

函数

void MSTL_API set_terminate (terminate_handler handler) noexcept
 设置终止处理函数
MSTL_NORETURN void MSTL_API terminate ()
 调用当前终止处理函数
MSTL_NORETURN void MSTL_API abort ()
 强制终止进程

详细描述

MSTL程序终止处理

此文件提供了程序终止相关的函数声明, 用于处理未捕获的异常和程序异常终止。

在文件 terminate.hpp 中定义.