std::back_insert_iterator::operator++
De cppreference.com
< cpp | iterator | back insert 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. |
![]() |
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. |
back_insert_iterator& operator++(); |
||
back_insert_iterator& operator++( int ); |
||
Ne fait rien. Ces surcharges d'opérateur sont fournis pour satisfaire aux exigences de
OutputIterator
. Ils permettent aux expressions *iter++=value et *++iter=value à être utilisé pour la production (insert), une valeur dans le conteneur sous-jacent .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.
[modifier] Paramètres
(Aucun)
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.
[modifier] Retourne la valeur
*this