cppreference.com
创建账户
登录
命名空间
页面
讨论
变体
视图
视图
编辑
历史记录
操作
std::stacktrace_entry::
operator=
来自 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
stacktrace_entry
&
operator
=
(
const
stacktrace_entry
&
other
)
noexcept
;
(自 C++23 起)
复制赋值运算符。用
other
的内容替换
*
this
的内容。
[
编辑
]
参数
other
-
另一个要从中赋值的
stacktrace_entry
[
编辑
]
返回值
*
this
.