std::type_index - cppreference.com
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate. La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody>
| Elemento definito nell'header <typeindex> |
||
|
|
(dal C++11) | |
The type_index class is a wrapper class around a std::type_info object, that can be used as index in associative and unordered associative containers. The relationship with type_info object is maintained through a pointer, therefore type_index is CopyConstructible and CopyAssignable.
Membri funzioni
Costruisce l'oggetto Original: constructs the object The text has been machine-translated via Google Translate. (metodo pubblico) [modifica] | |
confronta gli oggetti std::type_info sottostanti Original: compares the underlying std::type_info objects The text has been machine-translated via Google Translate. (metodo pubblico) [modifica] | |
restituisce il codice hash Original: returns hashed code The text has been machine-translated via Google Translate. (metodo pubblico) [modifica] | |
implementazione restituisce definito nome del tipo, sottostante Original: The text has been machine-translated via Google Translate. (metodo pubblico) [modifica] | |
Helper classi
sostegno hash per std::type_index Original: hash support for std::type_index The text has been machine-translated via Google Translate. (classe modello di specializzazione) [modifica] | |
Vedi anche
contiene informazioni di qualche tipo, generato dal implementation. Original: contains some type's information, generated by the implementation. The text has been machine-translated via Google Translate. (classe) [modifica] | |