std::ostreambuf_iterator::operator*
De cppreference.com
< cpp | iterator | ostreambuf 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. |
| ostreambuf_iterator& operator*(); |
||
No hace nada, esta función miembro se proporciona para satisfacer los requisitos de
OutputIterator .Original:
Does nothing, this member function is provided to satisfy the requirements of
OutputIterator.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.
Se devuelve la propia iterador, que hace posible utilizar código como *iter = value a la salida (insertar) el valor en el contenedor subyacente .
Original:
It returns the iterator itself, which makes it possible to use code such as *iter = value to output (insert) the 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.
[editar] Parámetros
(Ninguno)
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.
[editar] Valor de retorno
*this