Espaços nominais
Variantes
Ações

std::char_traits::eq_int_type

De cppreference.com

<metanoindex/>

 
 
Biblioteca cordas
Strings terminadas
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.
Cadeias de bytes
Multibyte cordas
Cordas de largura
Classes
Original:
Classes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
 
<tbody> </tbody>
bool eq_int_type( int_type a, int_type b );
(até C++11)
constexpr bool eq_int_type( int_type a, int_type b );
(desde C++11)
Verifica se dois valores de int_type tipo são iguais.
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.
Valor de retorno não é especificado se ambos a e b são iguais valor 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.

Parâmetros

a, b -
valores para comparar
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.

Valor de retorno

true se a é igual a b, false contrário.
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.

Exceções

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

Complexidade

Constante.
Original:
Constant.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.