Espaços nominais
Variantes
Ações

std::insert_iterator::insert_iterator

De cppreference.com

[edit template]

<metanoindex/>

 
 
Biblioteca Iterator
Primitivas iterador
Original:
Iterator primitives
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Adaptadores de iterador
Original:
Iterator adaptors
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Iteradores fluxo
Original:
Stream iterators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Operações iterador
Original:
Iterator operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
(C++11)
Variar de acesso
Original:
Range access
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
(C++11)
 
std::insert_iterator
Funções de membro
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
insert_iterator::insert_iterator
insert_iterator::operator=
insert_iterator::operator*
insert_iterator::operator++
insert_iterator::operator++(int)
 
<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.

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.