stream_iterator.h File Reference

#include <debug/debug.h>

Include dependency graph for stream_iterator.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  std

Classes

class  std::istream_iterator< Type, CharT, Traits, Dist >
 Provides input iterator semantics for streams. More...
class  std::ostream_iterator< Type, CharT, Traits >
 Provides output iterator semantics for streams. More...

Functions

template<typename Type, typename CharT, typename Traits, typename Dist>
bool std::operator== (const istream_iterator< Type, CharT, Traits, Dist > &x, const istream_iterator< Type, CharT, Traits, Dist > &y)
 Return true if x and y are both end or not end, or x and y are the same.
template<class Type, class CharT, class Traits, class Dist>
bool std::operator!= (const istream_iterator< Type, CharT, Traits, Dist > &x, const istream_iterator< Type, CharT, Traits, Dist > &y)
 Return false if x and y are both end or not end, or x and y are the same.


Detailed Description

This is an internal header file, included by other library headers. You should not attempt to use it directly.

Definition in file stream_iterator.h.


Generated on Thu Jan 3 20:54:26 2008 for libstdc++-v3 Source by  doxygen 1.5.4