cppreference.com
创建帐户
登录
命名空间
页面
讨论
变体
视图
视图
编辑
历史
操作
std::stacktrace_entry::
native_handle
来自 cppreference.com
<
cpp
|
utility
|
stacktrace entry
C++
编译器支持
独立和托管
语言
标准库
标准库头文件
命名要求
功能测试宏
(C++20)
语言支持库
概念库
(C++20)
元编程库
(C++11)
诊断库
通用实用程序库
字符串库
容器库
迭代器库
范围库
(C++20)
算法库
数值库
本地化库
输入/输出库
文件系统库
(C++17)
正则表达式库
(C++11)
并发支持库
(C++11)
执行支持库
(C++26)
技术规范
符号索引
外部库
[编辑]
诊断库
异常处理
异常
uncaught_exception
uncaught_exceptions
(
直到 C++20*
)
(C++17)
exception_ptr
(C++11)
make_exception_ptr
(C++11)
current_exception
(C++11)
rethrow_exception
(C++11)
nested_exception
(C++11)
throw_with_nested
(C++11)
rethrow_if_nested
(C++11)
异常处理失败
terminate
terminate_handler
get_terminate
(C++11)
set_terminate
bad_exception
unexpected
(
直到 C++17*
)
unexpected_handler
(
直到 C++17*
)
get_unexpected
(
直到 C++17*
)
set_unexpected
(
直到 C++17*
)
错误编号
错误代码
errno
异常类别
logic_error
invalid_argument
domain_error
length_error
out_of_range
runtime_error
range_error
overflow_error
underflow_error
tx_exception
(TM TS)
系统错误
error_category
(C++11)
generic_category
(C++11)
system_category
(C++11)
error_condition
(C++11)
errc
(C++11)
error_code
(C++11)
system_error
(C++11)
断言
assert
堆栈跟踪
stacktrace_entry
(C++23)
basic_stacktrace
(C++23)
[编辑]
std::stacktrace_entry
成员函数
stacktrace_entry::stacktrace_entry
stacktrace_entry::operator=
观察者
stacktrace_entry::native_handle
stacktrace_entry::operator bool
查询
stacktrace_entry::description
stacktrace_entry::source_file
stacktrace_entry::source_line
非成员函数
operator==
operator<=>
to_string
(std::stacktrace_entry)
operator<<
辅助类
hash
<std::stacktrace_entry>
formatter
<std::stacktrace_entry>
[编辑]
constexpr
native_handle_type native_handle
(
)
const
noexcept
;
(自 C++23 起)
返回实现定义的底层原生句柄。对未更改的
stacktrace_entry
对象的连续调用此函数返回相同的值。
此函数的语义是实现定义的。
[
编辑
]
参数
(无)
[
编辑
]
返回值
底层原生句柄。
[
编辑
]
示例
本节尚未完善
原因:没有示例
类别
:
待办事项:没有示例