名前空間
変種
操作

std::future_error::operator=

From cppreference.com
< cpp‎ | thread‎ | future error
 
 
並行性サポートライブラリ
スレッド
(C++11)
(C++20)
this_thread 名前空間
(C++11)
(C++11)
(C++11)
協調的なキャンセル
排他制御
(C++11)
汎用ロック管理
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
条件変数
(C++11)
セマフォ
ラッチとバリア
(C++20)
(C++20)
future
(C++11)
(C++11)
(C++11)
(C++11)
安全なメモリ解放 (Safe Reclamation)
(C++26)
ハザードポインタ
アトミック型
(C++11)
(C++20)
アトミック型の初期化
(C++11)(C++20で非推奨)
(C++11)(C++20で非推奨)
メモリオーダー
(C++11)(C++26で非推奨)
アトミック操作のためのフリー関数
アトミックフラグのためのフリー関数
 
 
future_error& operator=( const future_error& other ) noexcept;
(C++11以降)

other の内容を代入します。もし *thisother の両方が動的型 std::future_error を持つ場合、代入後に std::strcmp(what(), other.what()) = 0 となります。

[編集] パラメータ

その他 - 代入する別の future_error オブジェクト

[編集] 戻り値

*this

[編集]

English 日本語 中文(简体) 中文(繁體)