Searched refs:ostream_iterator (Results 1 – 8 of 8) sorted by relevance
30 class _LIBCPP_TEMPLATE_VIS ostream_iterator54 _LIBCPP_INLINE_VISIBILITY ostream_iterator(ostream_type& __s) _NOEXCEPT in ostream_iterator() function56 … _LIBCPP_INLINE_VISIBILITY ostream_iterator(ostream_type& __s, const _CharT* __delimiter) _NOEXCEPT in ostream_iterator() function58 _LIBCPP_INLINE_VISIBILITY ostream_iterator& operator=(const _Tp& __value_)66 _LIBCPP_INLINE_VISIBILITY ostream_iterator& operator*() {return *this;}67 _LIBCPP_INLINE_VISIBILITY ostream_iterator& operator++() {return *this;}68 _LIBCPP_INLINE_VISIBILITY ostream_iterator& operator++(int) {return *this;}
447 class ostream_iterator462 ostream_iterator(ostream_type& s);463 ostream_iterator(ostream_type& s, const charT* delimiter);464 ostream_iterator(const ostream_iterator& x);465 ~ostream_iterator();466 ostream_iterator& operator=(const T& value);468 ostream_iterator& operator*();469 ostream_iterator& operator++();470 ostream_iterator& operator++(int);602 #include <__iterator/ostream_iterator.h>
508 module ostream_iterator { private header "__iterator/ostream_iterator.h" }
71 copy(names.begin(), last, ostream_iterator<string>(cout, " ")); in main()
74 std::ostream_iterator< std::string >(output, " ")); in flatten_args()
457 std::ostream_iterator< char > out(std::cerr); in cat_file()751 std::ostream_iterator <char> obegin(ofs); in run_output_check()
406 IT_HEADERS+= ostream_iterator.h
3978 OLD_FILES+=usr/include/c++/v1/__iterator/ostream_iterator.h