std::operator==,!=,<<div class="t-tr-text">(Std :: codice_errore)<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>
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody>| Elemento definito nell'header <system_error>
|
||
bool operator==( const error_code& lhs, const error_code& rhs ); |
(1) | (dal C++11) |
bool operator!=( const error_code& lhs, const error_code& rhs ); |
(1) | (dal C++11) |
bool operator<( const error_code& lhs, const error_code& rhs ); |
(1) | (dal C++11) |
You can help to correct and verify the translation. Click here for instructions.
lhs e rhs per la parità.lhs and rhs for equality.You can help to correct and verify the translation. Click here for instructions.
lhs e rhs per la parità.lhs and rhs for equality.You can help to correct and verify the translation. Click here for instructions.
lhs è inferiore rhs. lhs is less than rhs. You can help to correct and verify the translation. Click here for instructions.
Parametri
| lhs, rhs | - | codici di errore da confrontare
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. |
Valore di ritorno
true se la categoria di errore e valore di errore risultano ugualiYou can help to correct and verify the translation. Click here for instructions.
true if the error category and error value compare equal}}.}}true se la categoria di errore o il valore di errore confrontare non sono ugualiYou can help to correct and verify the translation. Click here for instructions.
true if the error category or error value compare are not equal}}}}true se lhs.category() < rhs.category(). Altrimenti, se true lhs.category() == rhs.category() && lhs.value() < rhs.value(). Altrimenti, falsetrue if lhs.category() < rhs.category(). Otherwise, true if lhs.category() == rhs.category() && lhs.value() < rhs.value(). Otherwise, falseYou can help to correct and verify the translation. Click here for instructions.
Eccezioni
Eccezioni
Vedi anche
ottiene il error_category per questo codice_errore 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. (metodo pubblico) | |