std::experimental::bad_any_cast (3) Linux Manual Page
std::experimental::bad_any_cast – std::experimental::bad_any_cast
Synopsis
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
destructor destroys the exception object
[virtual]
what returns an explanatory string
[virtual]
