#include <streambuf>#include <debug/debug.h>Go to the source code of this file.
| Namespaces | |
| namespace | std | 
| Classes | |
| class | std::istreambuf_iterator< _CharT, _Traits > | 
| Provides input iterator semantics for streambufs.  More... | |
| class | std::ostreambuf_iterator< _CharT, _Traits > | 
| Provides output iterator semantics for streambufs.  More... | |
| Defines | |
| #define | _STREAMBUF_ITERATOR_H 1 | 
| Functions | |
| template<typename _CharT, typename _Traits> | |
| bool | std::operator== (const istreambuf_iterator< _CharT, _Traits > &__a, const istreambuf_iterator< _CharT, _Traits > &__b) | 
| template<typename _CharT, typename _Traits> | |
| bool | std::operator!= (const istreambuf_iterator< _CharT, _Traits > &__a, const istreambuf_iterator< _CharT, _Traits > &__b) | 
Definition in file streambuf_iterator.h.
| #define _STREAMBUF_ITERATOR_H 1 | 
Definition at line 37 of file streambuf_iterator.h.
 1.4.7
 1.4.7