#include <debug/debug.h>
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... | |
Defines | |
#define | STREAMITERATORH |
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. |
Definition in file stream_iterator.h.