std::hash (std::error_code)
Da cppreference.com.
< cpp | error | error code
![]() |
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.