ReactOS 0.4.15-dev-7942-gd23573b
_ostreambuf_iterator.h File Reference
#include <stl/_streambuf.h>
Include dependency graph for _ostreambuf_iterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ostreambuf_iterator< _CharT, _Traits >
 

Functions

template<class _CharT , class _Traits >
_STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE basic_streambuf< _CharT, _Traits > *_STLP_CALL __get_ostreambuf (basic_ostream< _CharT, _Traits > &)
 

Function Documentation

◆ __get_ostreambuf()

template<class _CharT , class _Traits >
_STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE basic_streambuf< _CharT, _Traits > *_STLP_CALL __get_ostreambuf ( basic_ostream< _CharT, _Traits > &  __St)
inline

Definition at line 233 of file _ostream.h.

234{ return __St.rdbuf(); }
basic_streambuf< _CharT, _Traits > * rdbuf() const
Definition: _ios.h:72