Cargando…

The C++ standard library extensions : a tutorial and reference /

"TR1 roughly doubles the size of the C++ standard library, and it introduces many new facilities and even new kinds of library components. TR1 has some classes, for example, where some nested types may or may not exist depending on the template arguments. To programmers whose experience stops w...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Becker, Pete
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Upper Saddle River, N.J. : Addison-Wesley, 2006.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Tuples
  • Smart pointers
  • Container basics
  • The array class template
  • Unordered associative containers
  • Call wrapper basics
  • The mem_fn function template
  • The reference_wrapper class template
  • The function class template
  • The bind function template
  • Type traits
  • Numeric functions
  • Random number generators
  • The <regex> header
  • Regular expression grammars
  • Regular expression objects
  • Searching
  • Search results
  • Repetitive searches
  • Formatting and text replacement
  • Customizing regular expressions
  • C compatibility
  • App. A. Headers
  • App. B. Utility headers
  • App. C. Multithreading.