nested_exception& operator=(const nested_exception&) noexcept = default; // (1) C++11
概要
nested_exceptionオブジェクトを代入する
- (1) : コピー代入
例外
投げない
関連項目
参照
- P3842R2 A conservative fix for constexpr
uncaught_exceptions()andcurrent_exception()- C++26の策定中に
constexprが追加されたが、本提案文書により巻き戻された (C++29で再検討予定)
- C++26の策定中に