Nicola Bonelli Homepage

[TR1: Technical Report 1 Reference]


TR1 is a C++ library extension that is to be integrated in the next C++0x standard. This quick reference is meant for everyday consultations.
Please refer to "C++ Standard Library Extensions: a Tutorial and Reference" (Pete Becker) for in-depth examinations.

Table of contents:


The tuple class template
Smart pointers: shared_ptr, weak_ptr

The array class template
Unordered Associative Containers

The result_of class template
The reference_wrapper class template
The function class template
The mem_fn template function
The bind template function

Type traits
Numeric functions
Random Number Generators
The regular expressions