Provides input iterator semantics for streams.
Definition at line 47 of file stream_iterator.h.
typedef _Dist difference_type [inherited] |
Distance between iterators is represented as this type.
Definition at line 113 of file stl_iterator_base_types.h.
typedef input_iterator_tag iterator_category [inherited] |
One of the tag types.
Definition at line 109 of file stl_iterator_base_types.h.
typedef const _Tp * pointer [inherited] |
This type represents a pointer-to-value_type.
Definition at line 115 of file stl_iterator_base_types.h.
typedef const _Tp & reference [inherited] |
This type represents a reference-to-value_type.
Definition at line 117 of file stl_iterator_base_types.h.
typedef _Tp value_type [inherited] |
The type "pointed to" by the iterator.
Definition at line 111 of file stl_iterator_base_types.h.
istream_iterator | ( | ) | [inline] |
Construct end of input stream iterator.
Definition at line 62 of file stream_iterator.h.
istream_iterator | ( | istream_type & | __s | ) | [inline] |
Construct start of input stream iterator.
Definition at line 66 of file stream_iterator.h.