cppreference.com
アカウント作成
ログイン
名前空間
ページ
ノート
変種
表示
表示
編集
履歴
操作
std::stacktrace_entry::
operator=
From cppreference.com
<
cpp
|
utility
|
stacktrace entry
C++
コンパイラサポート
フリースタンディングとホスト
言語
標準ライブラリ
標準ライブラリヘッダー
名前付き要件
機能テストマクロ
(C++20)
言語サポートライブラリ
コンセプトライブラリ
(C++20)
診断ライブラリ
メモリ管理ライブラリ
メタプログラミングライブラリ
(C++11)
汎用ユーティリティライブラリ
コンテナライブラリ
イテレータライブラリ
Rangesライブラリ
(C++20)
アルゴリズムライブラリ
文字列ライブラリ
テキスト処理ライブラリ
数値ライブラリ
日付と時刻ライブラリ
入出力ライブラリ
ファイルシステムライブラリ
(C++17)
並行サポートライブラリ
(C++11)
実行制御ライブラリ
(C++26)
Technical specifications (技術仕様)
シンボルインデックス
外部ライブラリ
[編集]
診断ライブラリ
例外処理
exception
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
.
English
日本語
中文(简体)
中文(繁體)