std::basic_istream::gcount

From Cppreference

Jump to: navigation, search
pos_type gcount() const;

Returns the number of characters extracted by the last unformatted input operation. The following functions change the value of subsequent gcount calls:

Contents

[edit] Parameters

(none)

[edit] Return value

number of characters extracted by the last input operation

[edit] Example

[edit] See also