std::type_info::~type_info
De 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. |
<metanoindex/>
<tbody> </tbody> virtual ˜type_info(); |
||
Détruit un objet de std::type_info type. Ce destructeur est public virtuel, permettant aux objets de classes, issus de std::type_info être supprimés en toute sécurité via des pointeurs de la classe de base .
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.