std::char_traits::eq_int_type - cppreference.com
Da cppreference.com.
|
|
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>
|
|
(fino al c++11) | |
|
|
(dal C++11) | |
Verifica se due valori di int_type tipo sono uguali.
Original:
Checks whether two values of type int_type are equal.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Il valore di ritorno non è specificato se entrambe a e b sono uguali valore eof.
Original:
Return value is unspecified if both of a and b are equal to eof value.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Parametri
| a, b | - | valori da confrontare Original: values to compare The text has been machine-translated via Google Translate. |
Valore di ritorno
true a se è uguale a b, false altrimenti.
Original:
true if a is equal to b, false otherwise.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Eccezioni
Complessità
Costante.
Original:
Constant.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.