◐ Shell
clean mode source ↗

std::back_insert_iterator::back_insert_iterator — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

explicit back_insert_iterator( Container& c );

Initialise le pointeur sous-jacent au réservoir à &c .

Original:

Initializes the underlying pointer to the container to &c .

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.