Home
last modified time | relevance | path

Searched refs:ostream_iterator (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstream_iterator.h152 class ostream_iterator
169 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in ostream_iterator() function
181 ostream_iterator(ostream_type& __s, const _CharT* __c) in ostream_iterator() function
185 ostream_iterator(const ostream_iterator& __obj) in ostream_iterator() function
190 ostream_iterator&
201 ostream_iterator&
205 ostream_iterator&
209 ostream_iterator&
/freebsd-12.1/usr.bin/users/
H A Dusers.cc71 copy(names.begin(), last, ostream_iterator<string>(cout, " ")); in main()
/freebsd-12.1/contrib/libc++/include/
H A Diterator309 class ostream_iterator
317 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 …]
/freebsd-12.1/contrib/libstdc++/include/backward/
H A Diterator.h160 using std::ostream_iterator;
/freebsd-12.1/contrib/atf/atf-sh/
H A Datf-check.cpp369 std::ostream_iterator< char > out(std::cerr); in cat_file()
663 std::ostream_iterator <char> obegin(ofs); in run_output_check()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20012838 (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.
H A DChangeLog-20031242 ostream_iterator): Added precondition annotations.