The Standard Template Library Programmers Guide for C++ La Standard Template Library guide pour les programmeurs 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. La Standard Template Library, ou STL, est un C + + (cplusplus) bibliothèque de classes conteneurs, des algorithmes et des itérateurs, il fournit un grand nombre des algorithmes de base et des structures de données de l'informatique. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. La STL est une bibliothèque générique, ce qui signifie que ses éléments sont fortement paramétrés: près de chaque composant dans la STL est un modèle. You should make sure that you understand how templates work in C++ before you use the STL. Vous devez vous assurer que vous comprenez comment les modèles de travail en C + + avant d'utiliser la STL. The Standard Template Library Programmer's Guide La Standard Template Library Programmer's Guide will show you how to use these classes, algorithms and iterators when coding in the C++ programming language. vous montrera comment utiliser ces classes, les algorithmes et les itérateurs lors de codage en C + + langage de programmation. You can Vous pouvez download télécharger the full manual, and also available are le manuel complet, et sont également disponibles Frequently Asked Questions Foire aux questions to help and guide you. d'aider et vous guider.
The Standard Template Library Programmer's Guide La Standard Template Library Programmer's Guide
- Introduction to the STL Introduction à la STL
- How to use the documentation Comment utiliser la documentation
- Containers Conteneurs
- Concepts Concepts
- General concepts Concepts généraux
- Sequences Séquences
- Associative Containers Les conteneurs associatifs
- Associative Container Associative Container
- Simple Associative Container Simple associatif contenant
- Pair Associative Container Pair associatif contenant
- Sorted Associative Container Rangées associatif contenant
- Hashed Associative Container Haché associatif contenant
- HashFunction HashFunction
- Unique Associative Container Unique associatif contenant
- Multiple Associative Container Associatif contenant de multiples
- Unique Sorted Associative Container Unique triés associatif contenant
- Multiple Sorted Associative Container Rangées de multiples associatif contenant
- Unique Hashed Associative Container Unique haché associatif contenant
- Multiple Hashed Associative Container De multiples haché associatif contenant
- Container classes Classes conteneurs
- Sequences Séquences
- Associative Containers Les conteneurs associatifs
- String package String paquet
- rope corde
- Container adaptors Container adaptateurs
- bitset bitset
- Concepts Concepts
- Iterators Itérateurs
- Introduction Introduction
- Concepts Concepts
- Iterator Tags Iterator tags
- Introduction Introduction
- iterator_traits iterator_traits
- iterator_category iterator_category
- distance_type distance_type
- value_type value_type
- Iterator tag classes Iterator tag classes
- Iterator base classes Iterator classes de base
- Iterator functions Iterator fonctions
- Iterator classes Iterator classes
- 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 Algorithmique
- Non-mutating algorithms Non-mutation algorithmes
- Mutating algorithms Algorithmes en mutation
- copy copie
- copy_n copy_n
- copy_backward copy_backward
- Swap Swap
- transform transformer
- Replace Remplacer
- fill remplir
- fill_n fill_n
- generate générer
- generate_n generate_n
- Remove Supprimer
- unique unique
- unique_copy unique_copy
- reverse inverser
- reverse_copy reverse_copy
- rotate rotation
- 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 Tri
- Sort Trier
- nth_element nth_element
- Binary search Binaire de recherche
- merge fusionner
- inplace_merge inplace_merge
- Set operations on sorted ranges Ensemble des opérations de tri gammes














