std::error_code::assign
De cppreference.com
<metanoindex/>
<tbody> </tbody> void assign( int ec, const error_category& ecat ); |
(desde C++11) | |
Substitui o conteúdo com
ec código de erro e ecat categoria correspondenteOriginal:
Replaces the contents with error code
ec and corresponding category ecatThe 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.
Parâmetros
| ec | - | dependente de plataforma de código de erro enum atribuir
Original: platform-dependent error code enum to assign The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| ecat | - | categoria de erro correspondente a
ecOriginal: error category corresponding to ecThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Valor de retorno
(Nenhum)
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.
