#include <stream_iterators.hpp>
|
|
typedef ptrdiff_t | difference_type |
|
typedef Char | char_type |
|
typedef Traits | traits_type |
|
typedef std::basic_streambuf< Char, Traits > | streambuf_type |
|
typedef std::basic_ostream< Char, Traits > | ostream_type |
|
|
| ostreambuf_iterator (ostream_type &s) noexcept |
|
| ostreambuf_iterator (streambuf_type *s) noexcept |
|
ostreambuf_iterator & | operator= (Char c) |
|
ostreambuf_iterator & | operator* () |
|
ostreambuf_iterator & | operator++ () |
|
ostreambuf_iterator & | operator++ (int) |
|
bool | failed () const noexcept |
template<typename Char, typename Traits = std::char_traits<Char>>
struct ranges::ostreambuf_iterator< Char, Traits >
- See also
- make_ostream_joiner_fn
The documentation for this struct was generated from the following file: