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

istream_iterator

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

char_type

A type that provides for the character type of the istream_iterator.

istream_type

A type that provides for the stream type of the istream_iterator.

traits_type

A type that provides for the character traits type of the istream_iterator.

Operators

operator*

The dereferencing operator returns the stored object of type Type addressed by the istream_iterator.

operator->

Returns the value of a member, if any.

operator++

Either extracts an incremented object from the input stream or copies the object before incrementing it and returns the copy.

See Also

Reference

istream_iterator Class

iterator Struct

Thread Safety in the Standard C++ Library

Standard Template Library