std::experimental::bad_any_cast

Header: <experimental/any>

Defines a type of object to be thrown by the value-returning forms of std::experimental::any_cast on failure.

# Declarations

class bad_any_cast : public std::bad_cast;

(library fundamentals TS)

# Parameters

# Return value

*this

# Notes

Implementations are allowed but not required to override what().