Standard C++ Library TR1 Extensions Reference
This reference describes the Visual C++ implementation of the proposed extensions of the C++ ISO standard that are included in the draft document, "Technical Report 1." The Visual C++ implementation includes support for fixed-size arrays, function objects, hash tables, regular expressions, template metaprogramming, template types for aggregating related objects, and random-number generation.
Note |
|---|
Some features of TR1, such as the mathematical functions and certain C99 additions, are not included in the Visual C++ implementation of TR1. |
Note