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

Functions

template<typename Type, typename CharT, typename Traits, typename Dist>
bool 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 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.


Function Documentation

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
[inline]
 

Return false if x and y are both end or not end, or x and y are the same.

Definition at line 135 of file stream_iterator.h.

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
[inline]
 

Return true if x and y are both end or not end, or x and y are the same.

Definition at line 128 of file stream_iterator.h.


Generated on Fri May 6 01:11:54 2005 for libstdc++-v3 Source by  doxygen 1.4.2