◐ Shell
clean mode source ↗

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.

Click here for the English version of this page

<metanoindex/>

<tbody> </tbody>

bool eq_int_type( int_type a, int_type b );

(fino al c++11)

constexpr bool eq_int_type( int_type a, int_type b );

(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.
You can help to correct and verify the translation. Click here for instructions.

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.