Searched defs:ostream_iterator (Results 1 – 1 of 1) sorted by relevance
177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in ostream_iterator() function178 ostream_iterator(ostream_type& __s, const _CharT* __c) in ostream_iterator() function