std::ostream_iterator::operator++
Aus cppreference.com
< cpp | iterator | ostream iterator
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
ostream_iterator& operator++(); |
||
ostream_iterator& operator++( int ); |
||
Tut nichts. Diese überladene Operatoren sind vorgesehen, um die Anforderungen der
OutputIterator
befriedigen. Sie machen es möglich, dass die Ausdrücke *iter++=value und *++iter=value auf Ausgang (Einlage) einen Wert in das darunterliegende Gefäß verwendet werden .Original:
Does nothing. These operator overloads are provided to satisfy the requirements of
OutputIterator
. They make it possible for the expressions *iter++=value and *++iter=value to be used to output (insert) a value into the underlying container.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[Bearbeiten] Parameter
(None)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[Bearbeiten] Rückgabewert
*this