◐ Shell
clean mode source ↗

std::insert_iterator::operator* - cppreference.com

De cppreference.com

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í.

insert_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.

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.

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.

Valor de retorno

*this