- exception[meta header]
- std[meta namespace]
- nested_exception[meta class]
- function[meta id-type]
- cpp11[meta cpp]
nested_exception& operator=(const nested_exception&) noexcept = default; // (1) C++11nested_exceptionオブジェクトを代入する
- (1) : コピー代入
投げない
- P3842R2 A conservative fix for constexpr
uncaught_exceptions()andcurrent_exception()- C++26の策定中に
constexprが追加されたが、本提案文書により巻き戻された (C++29で再検討予定)
- C++26の策定中に