Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Dostream_iterator.h30 class _LIBCPP_TEMPLATE_VIS ostream_iterator
54 _LIBCPP_INLINE_VISIBILITY ostream_iterator(ostream_type& __s) _NOEXCEPT in ostream_iterator() function
56 … _LIBCPP_INLINE_VISIBILITY ostream_iterator(ostream_type& __s, const _CharT* __delimiter) _NOEXCEPT in ostream_iterator() function
58 _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;}
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Diterator447 class ostream_iterator
462 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>
H A Dmodule.modulemap508 module ostream_iterator { private header "__iterator/ostream_iterator.h" }
/freebsd-13.1/usr.bin/users/
H A Dusers.cc71 copy(names.begin(), last, ostream_iterator<string>(cout, " ")); in main()
/freebsd-13.1/contrib/kyua/cli/
H A Dcmd_db_exec.cpp74 std::ostream_iterator< std::string >(output, " ")); in flatten_args()
/freebsd-13.1/contrib/atf/atf-sh/
H A Datf-check.cpp457 std::ostream_iterator< char > out(std::cerr); in cat_file()
751 std::ostream_iterator <char> obegin(ofs); in run_output_check()
/freebsd-13.1/lib/libc++/
H A DMakefile406 IT_HEADERS+= ostream_iterator.h
/freebsd-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc3978 OLD_FILES+=usr/include/c++/v1/__iterator/ostream_iterator.h