Searched refs:ostream_iterator (Results 1 – 7 of 7) 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&
71 copy(names.begin(), last, ostream_iterator<string>(cout, " ")); in main()
309 class ostream_iterator317 ostream_iterator(ostream_type& s);318 ostream_iterator(ostream_type& s, const charT* delimiter);319 ostream_iterator(const ostream_iterator& x);320 ~ostream_iterator();321 ostream_iterator& operator=(const T& value);323 ostream_iterator& operator*();324 ostream_iterator& operator++();325 ostream_iterator& operator++(int);957 class _LIBCPP_TEMPLATE_VIS ostream_iterator[all …]
160 using std::ostream_iterator;
369 std::ostream_iterator< char > out(std::cerr); in cat_file()663 std::ostream_iterator <char> obegin(ofs); in run_output_check()
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.