std::error_category::error_category
De 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) | (depuis C++11) |
error_category(); //implicit |
(2) | (depuis C++11) |
Construit l'objet catégorie d'erreur. Le constructeur par défaut est implicite .
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.
Paramètres
(Aucun)
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.