◐ Shell
clean mode source ↗

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

De cppreference.com

<metanoindex/>

<metanoindex/>

<tbody> </tbody>

insert_iterator& operator*();

Ne fait rien, cette fonction membre permet de répondre aux exigences 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.

Elle retourne l'itérateur lui-même, ce qui permet d'utiliser un code tel que *iter = value de sortie (insert) la valeur dans le conteneur sous-jacent .

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.

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.

Retourne la valeur

*this