cppreference.com
建立賬戶
登入
名稱空間
頁面
討論
變體
檢視
檢視
編輯
歷史
操作
std::stacktrace_entry::
operator=
來自 cppreference.com
<
cpp
|
工具
|
堆疊追蹤條目
C++
編譯器支援
自由(freestanding)與宿主(hosted)
語言
標準庫
標準庫標頭檔案
具名要求
特性測試宏
(C++20)
語言支援庫
概念庫
(C++20)
診斷庫
記憶體管理庫
超程式設計庫
(C++11)
通用工具庫
容器庫
迭代器庫
範圍庫
(C++20)
演算法庫
字串庫
文字處理庫
數值庫
日期和時間庫
輸入/輸出庫
檔案系統庫
(C++17)
併發支援庫
(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
斷言
assert
異常類別
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)
堆疊跟蹤
stacktrace_entry
(C++23)
basic_stacktrace
(C++23)
除錯支援
is_debugger_present
(C++26)
breakpoint_if_debugging
(C++26)
breakpoint
(C++26)
[編輯]
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 起)
複製賦值運算子。將
*
this
的內容替換為
other
的內容。
[
編輯
]
引數
其他
-
另一個
stacktrace_entry
物件,用於賦值
[
編輯
]
返回值
*
this
.