std::type_info::~type_info
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. |
virtual ˜type_info(); | ||
Zerstört sich ein Objekt vom Typ std::type_info. Dieser Destruktor public virtual, so dass Objekte der Klassen, von std::type_info abgeleitet, um sicher durch Zeiger werden Basisklasse gelöscht .
Original:
Destructs an object of type std::type_info. This destructor is public virtual, allowing objects of classes, derived from std::type_info to be safely deleted through pointers to base class.
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.