|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
MSTL程序终止处理 更多...
#include "MSTL/core/config/c++config.hpp"类型定义 | |
| 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 () |
| 强制终止进程 | |