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

/freebsd-10-stable/contrib/libstdc++/include/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 50 milliseconds