Loading…

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...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Becker, Pete
Format: Electronic eBook
Language:Inglés
Published: Upper Saddle River, N.J. : Addison-Wesley, 2006.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • 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.