bad_exception& operator=(const bad_exception&); // (1) C++03
bad_exception& operator=(const bad_exception&) noexcept; // (1) C++11
constexpr bad_exception& operator=(const bad_exception&) noexcept; // (1) C++26
概要
bad_exception
オブジェクトを代入する
- (1) : コピー代入
例外
投げない