std::future_error::code
Aus cppreference.com
< cpp | thread | future error
Version vom 25. Oktober 2012, 13:00 Uhr von TranslationBot (Diskussion | Beiträge)
![]() |
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. |
const std::error_code& code() const; |
(seit C++11) | |
Gibt den gespeicherten Fehlercode .
Original:
Returns the stored 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.
Inhaltsverzeichnis |
Parameter
(None)
Original:
(none)
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.
Rückgabewert
Die gespeicherte Fehlercode .
Original:
The stored 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.