命名空间
变体
操作

std::get_terminate

来自 cppreference.com
< cpp‎ | error
定义在头文件 <exception>
std::terminate_handler get_terminate() noexcept;
(自 C++11 起)

返回当前安装的 std::terminate_handler,它可能为空指针。

此函数是线程安全的。先前对 std::set_terminate 的调用与 (参见 std::memory_order) 此函数同步。

内容

[编辑] 参数

(无)

[编辑] 返回值

当前安装的 std::terminate_handler

[编辑] 示例

[编辑] 参见

std::terminate 调用的函数类型
(typedef) [编辑]
更改由 std::terminate 调用的函数
(function) [编辑]