std::ostreambuf_iterator::operator++
De cppreference.com
< cpp | iterator | ostreambuf iterator
![]() | Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate. La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
ostreambuf_iterator& operator++(); | ||
ostreambuf_iterator& operator++(int); | ||
No hace nada. Estas sobrecargas de operador se proporcionan para satisfacer los requisitos de
OutputIterator
. Ellos hacen posible que las expresiones *iter++=value y *++iter=value que se utilizará para la producción (insertar) un valor en el contenedor subyacente .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.
[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