Home
last modified time | relevance | path

Searched defs:ostream_iterator (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstream_iterator.h169 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
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstream_iterator.h130 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in ostream_iterator() function
132 ostream_iterator(ostream_type& __s, const _CharT* __c) in ostream_iterator() function
135 ostream_iterator(const ostream_iterator& __obj) in ostream_iterator() function
/openbsd-src/gnu/llvm/libcxx/include/__iterator/
H A Dostream_iterator.h52 _LIBCPP_INLINE_VISIBILITY ostream_iterator(ostream_type& __s) _NOEXCEPT in ostream_iterator() function
54 … _LIBCPP_INLINE_VISIBILITY ostream_iterator(ostream_type& __s, const _CharT* __delimiter) _NOEXCEPT in ostream_iterator() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/24_iterators/
H A Dostream_iterator.cc51 template class std::ostream_iterator<char>; member in std