std::back_insert_iterator::operator*
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>Tut nichts, diese Member-Funktion ist vorgesehen, um die Anforderungen der
OutputIterator zu befriedigen .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.
You can help to correct and verify the translation. Click here for instructions.
Es gibt den Iterator selbst, die es ermöglichen, Code wie
*iter = value zum Ausgang (Einlage) der Wert in den darunterliegenden Behälter verwenden macht .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.
You can help to correct and verify the translation. Click here for instructions.
Parameter
(None)
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.
Rückgabewert
*this
