std::operator==,!=,<<div class="t-tr-text">(Std :: error_code)<div class="t-tr-dropdown"><div><div><div class="t-tr-dropdown-arrow-border"></div><div class="t-tr-dropdown-arrow"></div><div class="t-tr-dropdown-h">Original:</div><div class="t-tr-dropdown-orig">(std::error_code)</div><div class="t-tr-dropdown-notes">The text has been machine-translated via [http://translate.google.com Google Translate].<br/> You can help to correct and verify the translation. Click [http://en.cppreference.com/w/Cppreference:MachineTranslations here] for instructions.</div></div></div></div></div>
![]() |
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
Definido en el archivo de encabezado <system_error>
|
||
bool operator==( const error_code& lhs, const error_code& rhs ); |
(1) | (desde C++11) |
bool operator!=( const error_code& lhs, const error_code& rhs ); |
(1) | (desde C++11) |
bool operator<( const error_code& lhs, const error_code& rhs ); |
(1) | (desde C++11) |
You can help to correct and verify the translation. Click here for instructions.
lhs
y rhs
por la igualdad .lhs
and rhs
for equality.You can help to correct and verify the translation. Click here for instructions.
lhs
y rhs
por la igualdad .lhs
and rhs
for equality.You can help to correct and verify the translation. Click here for instructions.
lhs
es menor que rhs
. lhs
is less than rhs
. You can help to correct and verify the translation. Click here for instructions.
Contenido |
[editar] Parámetros
lhs, rhs | - | códigos de error para comparar
Original: error codes to compare The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[editar] Valor de retorno
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.
You can help to correct and verify the translation. Click here for instructions.
[editar] Excepciones
[editar] Excepciones
[editar] Ver también
obtiene el error_category para este error_code Original: obtains the error_category for this error_code The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función miembro pública) |