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