cppreference.com
Benutzerkonto anlegen
Anmelden
Namensräume
Vorlage
Diskussion
Varianten
Ansichten
Lesen
Bearbeiten
Versionen/Autoren
Aktionen
Vorlage:cpp/iterator/back insert iterator/navbar
Aus cppreference.com
C++
Sprache
Concepts
Utilities-Bibliothek
Strings Bibliothek
Container-Bibliothek
Algorithmen-Bibliothek
Iteratoren Bibliothek
Numerik-Bibliothek
Input / Output-Bibliothek
Lokalisierungen Bibliothek
Reguläre Ausdrücke Bibliothek
(C++11)
Atomare Operationen Bibliothek
(C++11)
Thread Support-Bibliothek
(C++11)
[edit]
Iterator Bibliothek
Iterator Primitiven
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.
iterator_traits
input_iterator_tag
output_iterator_tag
forward_iterator_tag
bidirectional_iterator_tag
random_access_iterator_tag
iterator
Iterator Adaptern
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.
reverse_iterator
move_iterator
(C++11)
back_insert_iterator
front_insert_iterator
insert_iterator
make_move_iterator
(C++11)
back_inserter
front_inserter
inserter
Stream-Iteratoren
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.
istream_iterator
ostream_iterator
istreambuf_iterator
ostreambuf_iterator
Iterator Operationen
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.
advance
distance
prev
(C++11)
next
(C++11)
Reichen Zugang
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.
begin
(C++11)
end
(C++11)
[edit]
std::back_insert_iterator
Member-Funktionen
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.
back_insert_iterator::back_insert_iterator
back_insert_iterator::operator=
back_insert_iterator::operator*
back_insert_iterator::operator++
back_insert_iterator::operator++(int)
[edit]