std::basic_istream::gcount
来自cppreference.com
< cpp | io | basic istream
|
|
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. |
| std::streamsize gcount() const; |
||
返回所提取的最后的未格式化的输入操作中的字符的数目.
Original:
Returns the number of characters extracted by the last unformatted input operation.
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.
basic_istream下面的成员函数的值更改为随后的gcount()电话Original:
The following member functions of
basic_istream change the value of subsequent gcount() calls: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.
下面的函数设置
gcount()为零Original:
The following functions set
gcount() to zero: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:
(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.
[编辑] 返回值
所提取的最后的未格式化的输入操作中的字符数目
Original:
number of characters extracted by the last unformatted input operation
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.
[编辑] 为例
| 本节是不完整的 原因: no example |
[编辑] 另请参阅
| 本节是不完整的 |