std::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. |
| Defined in header <typeinfo>
|
||
| class type_info; |
||
El
type_info clase tiene aplicación específica de información sobre un tipo, incluyendo el nombre de la clase y los medios para comparar dos tipos de igualdad o la orden de intercalación. Esta es la clase devuelto por el operador typeid . Original:
The class
type_info holds implementation-specific information about a type, including the name of the type and means to compare two types for equality or collating order. This is the class returned by the typeid operator. 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.
La clase no es ni
type_info CopyConstructible ni CopyAssignable . Original:
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.
[editar] Las funciones miembro
| (constructor) [eliminada] |
has neither default nor copy constructors (miembro público función) |
| [virtual] |
objetos derivados son seguras para eliminar a través de puntero-a-base Original: derived objects are safe to delete through pointer-to-base The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Virtual Member público función) |
| operator= [eliminada] |
No se puede copiar asignado Original: can not be copy-assigned The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (miembro público función) |
| checks whether the objects refer to the same type (miembro público función) | |
| comprueba si el tipo mencionado precede tipo referido de otro objeto type_indexen la aplicación define el orden, la orden es decir, los tipos mencionados Original: checks whether the referred type precedes referred type of another type_indexobject in the implementation defined order, i.e. orders the referred types The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (miembro público función) | |
| (C++11) |
devuelve un valor que es idéntico para los mismos tipos Original: returns a value which is identical for the same types The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (miembro público función) |
| implementación de los nombres definidos del tipo Original: implementation defined name of the type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (miembro público función) | |
[editar] Ver también
| (C++11) |
envoltura alrededor de un objeto type_info, que se puede utilizar como índice asociativo y no ordenadas en contenedores asociativos Original: wrapper around a type_info object, that can be used as index in associative and unordered associative containers The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (clase) |