std::bad_typeid::bad_typeid
提供: cppreference.com
< cpp | types | bad typeid
bad_typeid() throw(); |
(C++11未満) | |
bad_typeid() noexcept; |
(C++11以上) | |
新しい std::bad_typeid オブジェクトを構築します。 what() によって返されるバイト文字列の内容は処理系定義です。
[編集] 引数
(なし)