ReactOS 0.4.15-dev-7842-g558ab78
_stream_iterator.h File Reference
Include dependency graph for _stream_iterator.h:

Go to the source code of this file.

Classes

class  istream_iterator< _Tp, _CharT, _Traits, _Dist >
 
class  ostream_iterator< _TpP, _CharT, _Traits >
 

Macros

#define _STLP_INTERNAL_STREAM_ITERATOR_H
 
#define __ISI_TMPL_HEADER_ARGUMENTS   class _Tp, class _CharT, class _Traits, class _Dist
 
#define __ISI_TMPL_ARGUMENTS   _Tp, _CharT, _Traits, _Dist
 

Functions

template<__ISI_TMPL_HEADER_ARGUMENTS >
_STLP_END_NAMESPACE _STLP_BEGIN_NAMESPACE bool _STLP_CALL operator== (const istream_iterator< __ISI_TMPL_ARGUMENTS > &__x, const istream_iterator< __ISI_TMPL_ARGUMENTS > &__y)
 

Macro Definition Documentation

◆ __ISI_TMPL_ARGUMENTS

#define __ISI_TMPL_ARGUMENTS   _Tp, _CharT, _Traits, _Dist

Definition at line 66 of file _stream_iterator.h.

◆ __ISI_TMPL_HEADER_ARGUMENTS

#define __ISI_TMPL_HEADER_ARGUMENTS   class _Tp, class _CharT, class _Traits, class _Dist

Definition at line 65 of file _stream_iterator.h.

◆ _STLP_INTERNAL_STREAM_ITERATOR_H

#define _STLP_INTERNAL_STREAM_ITERATOR_H

Definition at line 31 of file _stream_iterator.h.

Function Documentation

◆ operator==()

Definition at line 212 of file _stream_iterator.h.

214{ return __x._M_equal(__y); }
bool _M_equal(const _Self &__x) const