Namensräume
Ansichten
std::hash (std::error_code)
Aus 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. |
<metanoindex/>
C++
Utilities-Bibliothek
| Typen Unterstützung (basic types, RTTI, type traits) | ||||||
| Dynamische Speicherverwaltung | ||||||
| Fehlerbehandlung | ||||||
| Programm Unterstützung | ||||||
| Variadic Funktionen | ||||||
| Datum und Uhrzeit | ||||||
| Funktionsobjekte | ||||||
| ||||||
| ||||||
| ||||||
| Relationale Operatoren | ||||||
| ||||||
| Paare und Tupel | ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| Swap, forward und move | ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
Fehlerbehandlung
Exception Handling
Original: Exception handling The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
Ausnahmebehandlung Ausfälle
Original: Exception handling failures The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
Exception Kategorien
Original: Exception categories The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
Fehlercodes
Original: Error codes The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||||
| Fehlercodes | ||||||
| ||||||
Assertions
Original: Assertions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||||
| ||||||
system_error Anlage
Original: system_error facility The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
std::error_code Member-Funktionen
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. | |||||
| |||||
| |||||
| |||||
Modifiers
Original: Modifiers The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
| |||||
Beobachter
Original: Observers The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
| |||||
| |||||
| |||||
| |||||
| |||||
Non-Member-Funktionen
Original: Non-member functions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
| |||||
| |||||
| |||||
Helper-Klassen
Original: Helper classes The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
| |||||
| |||||
| definiert in Header <system_error>
|
||
struct hash<error_code>; |
(seit C++11) | |
Die Vorlage Spezialisierung std::hash für std::error_code ermöglicht es Benutzern, Hashes von Objekten des Typs std::error_code zu erhalten .
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.
