std::char_traits::eof
来自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. |
| int_type eof(); |
(至 C++11) | |
| constexpr int_type eof(); |
(C++11 起) | |
Returns a value not equivalent to any value of type char_type.
目录 |
[编辑] 。参数。
。 (无)。
Original:
(none)
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 value not equivalent to any value of type char_type.
[编辑] 。例外。
[编辑] 。复杂性。
。恒定。
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.
[编辑] 。另请参阅。
| [静态的] </ SPAN></div></div>
|
检查字符是否是“EOF”值 Original: checks whether a character is eof value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (公共静态成员函数) |