cpp/error/error code/hash: differenze tra le versioni
Da cppreference.com.
< cpp | error | error code
m (r2.7.3) (Bot: Aggiungo de, en, es, fr, ja, pt, ru, zh) |
m (Use {{lc}}. Update links. Various fixes.) |
||
Riga 6: | Riga 6: | ||
}} | }} | ||
− | {{tr|Il modello di specializzazione di {{ | + | {{tr|Il modello di specializzazione di {{|std::hash}} per {{|std::error_code}} consente agli utenti di ottenere gli hash di oggetti di tipo {{|std::error_code}}.|The template specialization of {{|std::hash}} for {{|std::error_code}} allows users to obtain hashes of objects of type {{|std::error_code}}.}} |
[[de:cpp/error/error code/hash]] | [[de:cpp/error/error code/hash]] |
Versione attuale delle 13:07, 2 lug 2013
![]() |
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. |
Elemento definito nell'header <system_error>
|
||
struct hash<error_code>; |
(dal C++11) | |
Il modello di specializzazione di std::hash per std::error_code consente agli utenti di ottenere gli hash di oggetti di tipo std::error_code.
Original:
The template specialization of std::hash for std::error_code allows users to obtain hashes of objects of type std::error_code.
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.