A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://timsong-cpp.github.io/cppwp/n4659/ostream.iterator.ops below:

[ostream.iterator.ops]

27 Iterators library [iterators] 27.6 Stream iterators [stream.iterators] 27.6.2 Class template ostream_­iterator [ostream.iterator] 27.6.2.2 ostream_­iterator operations [ostream.iterator.ops]

ostream_iterator& operator=(const T& value);

1 #

Effects: As if by:

*out_stream << value;
if (delim != 0)
  *out_stream << delim;
return *this;

ostream_iterator& operator*();

2 #

Returns: *this.

ostream_iterator& operator++(); ostream_iterator& operator++(int);

3 #

Returns: *this.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4