◐ Shell
clean mode source ↗

std::insert_iterator::insert_iterator — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

explicit insert_iterator( Container& c, typename Container::iterator i );

Initialise le pointeur sous-jacent au réservoir à &c and the interlying iterator to iter .

Original:

Initializes the underlying pointer to the container to &c and the interlying iterator to iter.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Paramètres

c -

Récipient pour initialiser le dispositif d'insertion avec

Original:

container to initialize the inserter with

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

iter -

itérateur pour initialiser l'insertion d'

Original:

iterator to initialize the inserter with

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.