Searched defs:ostream_iterator (Results 1 – 1 of 1) sorted by relevance
33168 class ostream_iterator class33185 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in ostream_iterator() function in std::ostream_iterator33187 ostream_iterator(ostream_type& __s, const _CharT* __c) in ostream_iterator() function in std::ostream_iterator33191 ostream_iterator(const ostream_iterator& __obj) in ostream_iterator() function in std::ostream_iterator