std::insert_iterator::insert_iterator
De cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody> explicit insert_iterator( Container& c, typename Container::iterator i ); |
||
Inicializa o ponteiro subjacente ao recipiente para
&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.
You can help to correct and verify the translation. Click here for instructions.
Parâmetros
| c | - | recipiente para inicializar o dispositivo de inserção com
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 | - | iterador para inicializar a inserção com
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. |