Partager via


bad_any_cast class

Les objets levées par un échec any_cast.

Syntaxe

class bad_any_cast ;

Membres

Nom Description
what Retourne le type.

bad_any_cast::what

Retourne le type.

const char* what() const noexcept override;

Spécifications

En-tête<any> :

Espace de noms : std

Standard : C++17 (utilisez au moins /std:c++17 pour compiler.)

Voir aussi

<any>
any class
any_cast
exception