Searched refs:ostream_iterator (Results 1 – 5 of 5) sorted by relevance
152 class ostream_iterator169 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() function190 ostream_iterator&201 ostream_iterator&205 ostream_iterator&209 ostream_iterator&
236 class ostream_iterator244 ostream_iterator(ostream_type& s);245 ostream_iterator(ostream_type& s, const charT* delimiter);246 ostream_iterator(const ostream_iterator& x);247 ~ostream_iterator();248 ostream_iterator& operator=(const T& value);250 ostream_iterator& operator*();251 ostream_iterator& operator++();252 ostream_iterator& operator++(int);796 class _LIBCPP_TYPE_VIS_ONLY ostream_iterator[all …]
160 using std::ostream_iterator;
2838 (ostream_iterator): Same.2859 * testsuite/24_iterators/ostream_iterator.cc: Add test.2891 (ostream_iterator): Same.2893 * testsuite/24_iterators/ostream_iterator.cc: New file.
1242 ostream_iterator): Added precondition annotations.