std::error_category::error_category
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/>
<tbody> </tbody> error_category( const error_category& other ) = delete; |
(1) | (seit C++11) |
error_category(); //implicit |
(2) | (seit C++11) |
Konstruiert den Fehler Kategorie-Objekt. Der Standardkonstruktor ist implizit .
Original:
Constructs the error category object. The default constructor is implicit.
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.
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.