Espacios de nombres
Variantes
Acciones

std::type_info::~type_info

De cppreference.com
< cpp‎ | types‎ | type info
 
 
Biblioteca de servicios
 
Apoyo de tipos
Propiedades de tipos
(C++11)
(C++11)
(C++14)
(C++11)
(C++11)(hasta C++20)
(C++11)(en desuso en C++20)
(C++11)
Constantes de rasgos de tipos
Metafunciones
(C++17)
Contexto de evaluación constante
Operaciones soportadas
Relaciones y consultas de propiedades
Modificaciones de tipos
Transformaciones de tipos
(C++11)
(C++11)
(C++17)
(C++11)(hasta C++20)(C++17)
 
std::type_info
Las funciones miembro
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
type_info::~type_info
 
virtual ˜type_info();
Destruya un objeto de tipo std::type_info. Este destructor es pública virtual, permitiendo a objetos de clases, derivadas de std::type_info a eliminarse sin problemas a través de punteros a la clase 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.
close