Searched defs:ostream_iterator (Results 1 – 4 of 4) sorted by relevance
169 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in ostream_iterator() function181 ostream_iterator(ostream_type& __s, const _CharT* __c) in ostream_iterator() function185 ostream_iterator(const ostream_iterator& __obj) in ostream_iterator() function
130 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in ostream_iterator() function132 ostream_iterator(ostream_type& __s, const _CharT* __c) in ostream_iterator() function135 ostream_iterator(const ostream_iterator& __obj) in ostream_iterator() function
52 _LIBCPP_INLINE_VISIBILITY ostream_iterator(ostream_type& __s) _NOEXCEPT in ostream_iterator() function54 … _LIBCPP_INLINE_VISIBILITY ostream_iterator(ostream_type& __s, const _CharT* __delimiter) _NOEXCEPT in ostream_iterator() function
51 template class std::ostream_iterator<char>; member in std