std::char_traits::eq_int_type
提供:cppreference.com
< cpp | string | char traits
|
|
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. |
| bool eq_int_type( int_type a, int_type b ); |
(C + + 11時まで) | |
| constexpr bool eq_int_type( int_type a, int_type b ); |
(C + + 11以来) | |
タイプ
int_typeの2つの値が等しいかどうかをチェックします.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.
aとbの両方が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.
You can help to correct and verify the translation. Click here for instructions.
目次 |
[編集] パラメータ
| a, b | - | 比較する値
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. |
[編集] 値を返します
true場合
abに等しいですが、そうでなければfalse.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.
[編集] 例外
[編集] 複雑
定数.
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.