Varianti

std::char_traits::eq_int_type

Da cppreference.com.

<metanoindex/>

 
 
Stringhe libreria
Null-stringhe terminate
Original:
Null-terminated strings
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Byte stringhe
Multibyte stringhe
Stringhe larghe
Classi
Original:
Classes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_string
char_traits
 
 
<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

noexcept specification:  
<tbody> </tbody>
noexcept
  (dal C++11)

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.