std::char_traits::eq_int_type
Aus cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody> bool eq_int_type( int_type a, int_type b ); |
(bis C + +11) | |
constexpr bool eq_int_type( int_type a, int_type b ); |
(seit C++11) | |
Überprüft, ob zwei Werte vom Typ
int_type gleich sind .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.
You can help to correct and verify the translation. Click here for instructions.
Rückgabewert ist unbegrenzt, wenn beide
a und b sind gleich eof Wert .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.
You can help to correct and verify the translation. Click here for instructions.
Parameter
| a, b | - | Werten zu vergleichen
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. |
Rückgabewert
true wenn a gleich b, false sonst .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.
You can help to correct and verify the translation. Click here for instructions.
Ausnahmen
Komplexität
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.
You can help to correct and verify the translation. Click here for instructions.