std::insert_iterator::operator++
De cppreference.com
<metanoindex/>
<tbody> </tbody>Não faz nada. Estas sobrecargas de operador são fornecidos para satisfazer os requisitos da
OutputIterator. Eles possibilitam que as expressões *iter++=value e *++iter=value a ser utilizado para a saída (inserir) um valor para o recipiente subjacente.Original:
Does nothing. These operator overloads are provided to satisfy the requirements of
OutputIterator. They make it possible for the expressions *iter++=value and *++iter=value to be used to output (insert) a 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.
You can help to correct and verify the translation. Click here for instructions.
Parâmetros
(Nenhum)
Original:
(none)
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.
Valor de retorno
*this
