Searched refs:ostream_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstream_iterator.h160 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostream_iterator
164 ostream_type* _M_stream;
169 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
181 ostream_iterator(ostream_type& __s, const _CharT* __c)
H A Dstreambuf_iterator.h217 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostreambuf_iterator
232 ostreambuf_iterator(ostream_type& __s) throw ()

Completed in 55 milliseconds