The Standard Template Library Programmers Guide for C++ Die Standard Template Library Programmer's Guide für C + +
The Standard Template Library, or STL , is a C++ (cplusplus)library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. Die Standard Template Library, STL, ist eine C + + (cplusplus) Bibliothek von Container-Klassen, Algorithmen und Iteratoren, es bietet viele der grundlegenden Algorithmen und Datenstrukturen der Informatik. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. Die STL ist eine generische Bibliothek, was bedeutet, dass seine Komponenten sind stark parametrisiert: fast jeder Komponente in der STL ist eine Vorlage. You should make sure that you understand how templates work in C++ before you use the STL. Sie sollten sicherstellen, dass Sie verstehen, wie Vorlagen Arbeit in C + +, bevor Sie mit der STL. The Standard Template Library Programmer's Guide Die Standard Template Library Programmer's Guide will show you how to use these classes, algorithms and iterators when coding in the C++ programming language. wird Ihnen zeigen, wie Sie diese Klassen, Algorithmen und Iteratoren beim programmieren in der C + + Programmiersprache. You can Sie können download herunterladen the full manual, and also available are Das vollständige Handbuch, und auch verfügbar sind Frequently Asked Questions Häufig gestellte Fragen to help and guide you. zu helfen und begleiten Sie.
The Standard Template Library Programmer's Guide Die Standard Template Library Programmer's Guide
- Introduction to the STL Einführung in die STL
- How to use the documentation Wie die Verwendung der Dokumentation
- Containers Container
- Concepts Konzepte
- General concepts Allgemeine Begriffe
- Sequences Sequenzen
- Associative Containers Assoziative Container
- Associative Container Assoziative Container
- Simple Associative Container Einfache assoziative Container
- Pair Associative Container Pair assoziativer Container
- Sorted Associative Container Sortiert assoziativen Container
- Hashed Associative Container Hash-assoziativen Container
- HashFunction HashFunction
- Unique Associative Container Unique assoziativen Container
- Multiple Associative Container Mehrere assoziativen Container
- Unique Sorted Associative Container Unique sortiert assoziativen Container
- Multiple Sorted Associative Container Mehrere sortiert assoziativen Container
- Unique Hashed Associative Container Unique Hash-assoziativen Container
- Multiple Hashed Associative Container Mehrere Hash-assoziativen Container
- Container classes Container-Klassen
- Sequences Sequenzen
- Associative Containers Assoziative Container
- String package String-Paket
- rope Seil
- Container adaptors Container-Adapter
- bitset bitset
- Concepts Konzepte
- Iterators Iteratoren
- Introduction Einleitung
- Concepts Konzepte
- Iterator Tags Iterator-Tags
- Introduction Einleitung
- iterator_traits iterator_traits
- iterator_category iterator_category
- distance_type distance_type
- value_type value_type
- Iterator tag classes Iterator-Tag Klassen
- Iterator base classes Iterator Basisklassen
- Iterator functions Iterator-Funktionen
- Iterator classes Iterator-Klassen
- istream_iterator istream_iterator
- ostream_iterator ostream_iterator
- front_insert_iterator front_insert_iterator
- back_insert_iterator back_insert_iterator
- insert_iterator insert_iterator
- reverse_iterator reverse_iterator
- reverse_bidirectional_iterator reverse_bidirectional_iterator
- raw_storage_iterator raw_storage_iterator
- sequence_buffer sequence_buffer
- Algorithms Algorithmen
- Non-mutating algorithms Non-Algorithmen mutierenden
- Mutating algorithms Mutating-Algorithmen
- copy Kopie
- copy_n copy_n
- copy_backward copy_backward
- Swap Swap
- transform transformieren
- Replace Ersetzen Sie
- fill füllen
- fill_n fill_n
- generate generieren
- generate_n generate_n
- Remove Entfernen
- unique einzigartig
- unique_copy unique_copy
- reverse Reverse
- reverse_copy reverse_copy
- rotate drehen
- rotate_copy rotate_copy
- random_shuffle random_shuffle
- random_sample random_sample
- random_sample_n random_sample_n
- partition Partition
- stable_partition stable_partition
- Sorting Sortieren
- Sort Sortieren
- nth_element nth_element
- Binary search Binäre Suche
- merge Merge
- inplace_merge inplace_merge
- Set operations on sorted ranges Setzen Sie Operationen auf sortiert reicht














