std::bad_any_cast

来自cppreference.com
< cpp‎ | utility‎ | any
 
 
 
 
定义于头文件 <any>
class bad_any_cast : public std::bad_cast;
(C++17 起)

定义 std::any_cast 在失败时以值返回形式抛出的对象的类型。

继承自 std::exception

成员函数

析构该异常对象
(std::exception 的虚公开成员函数)
[虚]
返回解释性字符串
(std::exception 的虚公开成员函数)