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

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstream_iterator.h152 class ostream_iterator class in inherits:iterator
169 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
181 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
185 ostream_iterator(const ostream_iterator& __obj) function in class:ostream_iterator

Completed in 116 milliseconds