std::bad_typeid
Aus cppreference.com
![]() | This page has been machine-translated from the English version of the wiki using Google Translate. The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
definiert in Header <typeinfo> | ||
class bad_typeid :publicstd::exception; | ||
Eine Ausnahme von dieser Art wird ausgelöst, wenn ein typeid Betreiber einer dereferenziert Null-Zeiger-Wert oder einer polymorphen Typs angewendet wird .
Original:
An exception of this type is thrown when a typeid operator is applied to a dereferenced null pointer value or a polymorphic type.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Inhaltsverzeichnis |
[Bearbeiten]Member-Funktionen
baut eine neue bad_typeid ObjektOriginal: constructs a new bad_typeid objectThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) |
Inherited from std::exception
Member functions
[virtuell] | Zerstört das Ausnahme-Objekt Original: destructs the exception object The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (virtuellen öffentlichen Member-Funktion of std::exception ) |
[virtuell] | gibt einen erläuternden String Original: returns an explanatory string The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (virtuellen öffentlichen Member-Funktion of std::exception ) |