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