STL pocket reference
The STL Pocket Reference describes the functions, classes, and templates in that part of the C++ standard library often referred to as the Standard Template Library (STL). The STL encompasses containers, iterators, algorithms, and function objects, which collectively represent one of the most impor...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Sebastopol, California :
O'Reilly
2004.
|
Edición: | First edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628365506719 |
Tabla de Contenidos:
- Contents; STL Pocket Reference; Introduction; Containers; Standard Containers; Sequence containers; Associative containers; Container Adapters; Values; Common Members; Member types; Constructors and destructor; Common member functions; Optional member functions; Sequence member functions; Associative member functions; Exceptions; Deques; Lists; Maps; Priority Queues; Queues; Sets; Stacks; Strings; Vectors; Iterators; Iterator Categories; Using Iterators; Iterator Traits; const_iterators; Insertion Iterators; I/O Stream Iterators; istream_iterator class template
- istreambuf_iterator class templateostream_iterator class template; ostreambuf_iterator class template; Raw Storage Iterator; Reverse Iterators; Iterator Function Templates; Algorithms; Nonmodifying Operations; Comparison; Searching; Binary Search; Modifying Sequence Operations; Uninitialized Sequence Operations; Sorting; Merging; Set Operations; Heap Operations; Permutations; Miscellaneous; Numerics; Function Objects; Using Functors; Functor Foundations; binary_function class template; unary_function class template; Adapters; mem_fun function template; mem_fun_ref function template
- ptr_fun function templateBinders; Arithmetic and Logical Functors; Comparison Functors; Miscellaneous; Allocators; Bitset; Pairs; Smart Pointer; Boost; Arrays; Dynamic Bitsets; Binders; Composition; Adapters; Functional Header Replacement; Lambda Functions; Smart Pointers; Index