20 General utilities library [utilities]

20.8 Storage for any type [any]

20.8.2 Class bad_any_cast [any.bad_any_cast]

class bad_any_cast : public bad_cast {
public:
  const char* what() const noexcept override;
};

Objects of type bad_any_cast are thrown by a failed any_cast ([any.nonmembers]).