std::experimental::bad_any_cast
From cppreference.com
< cpp | experimental | any
Defined in header
<experimental/any>
|
||
class bad_any_cast : public std::bad_cast;
|
(library fundamentals TS) | |
Defines a type of object to be thrown by the value-returning forms of std::experimental::any_cast on failure.
Inherited from std::exception
Member functions
[virtual]
|
destructs the exception object (virtual public member function of std::exception )
|
[virtual]
|
returns an explanatory string (virtual public member function of std::exception )
|