Diferenças entre edições de "cpp/error/error code/assign"
Da cppreference.com
< cpp | error | error code
(Translated from the English version using Google Translate) |
m (uma edição: Translate from the English version) |
Revisão das 16h39min de 29 de outubro de 2012
![]() |
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. |
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 ecat
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.
Índice |
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
ec Original: error category corresponding to ec The 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.