The Standard Template Library Programmers Guide for C++ La Biblioteca de plantillas estándar de guía para los programadores de 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 Biblioteca de plantillas estándar, o STL, es un C + + (cplusplus) biblioteca de clases de contenedores, algoritmos, y iteradores, que proporciona muchos de los algoritmos básicos y estructuras de datos de ciencias de la computación. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. El STL es un instrumento genérico de biblioteca, lo que significa que sus componentes son en gran medida parametrizados: casi todos los componentes de la STL es una plantilla. You should make sure that you understand how templates work in C++ before you use the STL. Usted debe asegurarse de que usted entiende cómo las plantillas de trabajo en C + + antes de usar la STL. The Standard Template Library Programmer's Guide La Biblioteca de plantillas estándar Programmer's Guide will show you how to use these classes, algorithms and iterators when coding in the C++ programming language. le mostrará cómo utilizar estas clases, iteradores y algoritmos de codificación cuando en el C + + lenguaje de programación. You can Puede download descargar the full manual, and also available are el manual completo, y también están disponibles Frequently Asked Questions Preguntas más frecuentes to help and guide you. para ayudar y orientar a usted.
The Standard Template Library Programmer's Guide La Biblioteca de plantillas estándar Programmer's Guide
- Introduction to the STL Introducción a la STL
- How to use the documentation Cómo utilizar la documentación
- Containers Contenedores
- Concepts Conceptos
- General concepts Conceptos generales
- Sequences Secuencias
- Associative Containers Contenedores asociativos
- Associative Container Contenedores asociativos
- Simple Associative Container Asociativa simple contenedor
- Pair Associative Container Par de contenedor asociativo
- Sorted Associative Container Ordenar asociativo contenedor
- Hashed Associative Container Hashed asociativo contenedor
- HashFunction HashFunction
- Unique Associative Container Unique asociativo contenedor
- Multiple Associative Container Múltiples asociativo contenedor
- Unique Sorted Associative Container Ordenar asociativo único contenedor
- Multiple Sorted Associative Container Múltiples Ordenar asociativo contenedor
- Unique Hashed Associative Container Unique hashed asociativo contenedor
- Multiple Hashed Associative Container Múltiples hashed asociativo contenedor
- Container classes Clases de contenedores
- Sequences Secuencias
- Associative Containers Contenedores asociativos
- String package String paquete
- rope cuerda
- Container adaptors Contenedor adaptadores
- bitset bitset
- Concepts Conceptos
- Iterators Iteradores
- Introduction Introducción
- Concepts Conceptos
- Iterator Tags Las etiquetas iterador
- Introduction Introducción
- iterator_traits iterator_traits
- iterator_category iterator_category
- distance_type distance_type
- value_type value_type
- Iterator tag classes Iterador clases de etiqueta
- Iterator base classes Iterador base de clases
- Iterator functions Iterador funciones
- Iterator classes Iterador clases
- 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 Algoritmos
- Non-mutating algorithms No mutación algoritmos
- Mutating algorithms Mutación algoritmos
- copy copia
- copy_n copy_n
- copy_backward copy_backward
- Swap Swap
- transform transformar
- Replace Reemplace
- fill llenar
- fill_n fill_n
- generate generar
- generate_n generate_n
- Remove Eliminar
- unique único
- unique_copy unique_copy
- reverse invertir
- reverse_copy reverse_copy
- rotate rotar
- rotate_copy rotate_copy
- random_shuffle random_shuffle
- random_sample random_sample
- random_sample_n random_sample_n
- partition partición
- stable_partition stable_partition
- Sorting Clasificación
- Sort Ordenar
- nth_element nth_element
- Binary search Búsqueda binaria
- merge fusión
- inplace_merge inplace_merge
- Set operations on sorted ranges Establecer las operaciones ordenadas por rangos














