std::get_terminate
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <exception> 中定义
|
||
std::terminate_handler get_terminate(); |
(C++11 起) | |
返回当前安装的std::terminate_handler,这可能是一个空指针.
原文:
Returns the currently installed std::terminate_handler, which may be a null pointer.
目录 |
[编辑] 参数
(无)
[编辑] 返回值
目前安装的std::terminate_handler.
原文:
The currently installed std::terminate_handler.
[编辑] 例外
[编辑] 另请参阅
std::terminate所调用的函数的类型的 原文: the type of the function called by std::terminate (typedef) | |
改变功能被称为由std::terminate 原文: changes the function to be called by std::terminate (函数) |