[ Web Proxy ]
URL:
Viewing: https://fr.cppreference.com/cpp/string/char_traits/eq_int_type [Back]  [Original]

std::char_traits::eq_int_type cppreference.com
cppreference.com
Espaces de noms
Variantes

std::char_traits::eq_int_type

De cppreference.com

<metanoindex/>

<tbody> </tbody>
bool eq_int_type( int_type a, int_type b );
(avant C++11)
constexpr bool eq_int_type( int_type a, int_type b );
(depuis C++11)
Vrifie si deux valeurs de type de int_type sont gaux .
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.
La valeur de retour n'est pas spcifi si les deux a et b est gal eof' valeur .
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.

Paramtres

a, b -
valeurs comparer
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.

Retourne la valeur

true si a est gale b, false autrement .
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.

Exceptions

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

Complexit

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

Web Proxy Viewer  |  New URL  |  Original Page