std::ostreambuf_iterator::operator* - cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
||
Não faz nada, essa função de membro é fornecido para satisfazer as exigências de OutputIterator.
Original:
Does nothing, this member function is provided to satisfy the requirements of OutputIterator.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Ele retorna o iterador próprio, o que torna possível a utilização de um código como *iter = value de saída (inserção), o valor para o recipiente subjacente.
Original:
It returns the iterator itself, which makes it possible to use code such as *iter = value to output (insert) the 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.
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.
Valor de retorno
*this