istream_iterator Members
The following tables list the members of the istream_iterator Class. For a list of members inherited by the istream_iterator class, see iterator Struct.
Reference
Constructors
Constructs either an end-of-stream iterator as the default istream_iterator or a istream_iterator initialized to the iterator's stream type from which it reads. |
Typedefs
A type that provides for the character type of the istream_iterator. |
|
A type that provides for the stream type of the istream_iterator. |
|
A type that provides for the character traits type of the istream_iterator. |
Operators
The dereferencing operator returns the stored object of type Type addressed by the istream_iterator. |
|
Returns the value of a member, if any. |
|
Either extracts an incremented object from the input stream or copies the object before incrementing it and returns the copy. |