Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/doc/html/boost_tr1.html @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 8.4 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>Chapter 16. Boost.TR1</title>
5<link rel="stylesheet" href="boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
7<link rel="start" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
8<link rel="up" href="libraries.html" title="Part I. The Boost C++ Libraries (BoostBook Subset)">
9<link rel="prev" href="thread/acknowledgements.html" title="Acknowledgements">
10<link rel="next" href="boost_tr1/usage.html" title=" Usage">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%">
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td>
15<td align="center"><a href="../../index.htm">Home</a></td>
16<td align="center"><a href="../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="../../people/people.htm">People</a></td>
18<td align="center"><a href="../../more/faq.htm">FAQ</a></td>
19<td align="center"><a href="../../more/index.htm">More</a></td>
20</table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="thread/acknowledgements.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="boost_tr1/usage.html"><img src="images/next.png" alt="Next"></a>
24</div>
25<div class="chapter" lang="en">
26<div class="titlepage"><div>
27<div><h2 class="title">
28<a name="boost_tr1"></a>Chapter 16. Boost.TR1</h2></div>
29<div><div class="author"><h3 class="author">
30<span class="firstname">John</span> <span class="surname">Maddock</span>
31</h3></div></div>
32<div><p class="copyright">Copyright © 2005 John Maddock</p></div>
33<div><div class="legalnotice">
34<a name="id1767492"></a><p>
35        Distributed under the Boost Software License, Version 1.0. (See accompanying
36        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">
37        http://www.boost.org/LICENSE_1_0.txt</a>)
38      </p>
39</div></div>
40</div></div>
41<div class="toc">
42<p><b>Table of Contents</b></p>
43<dl>
44<dt><span class="section"><a href="boost_tr1.html#boost_tr1.intro"> Introduction</a></span></dt>
45<dt><span class="section"><a href="boost_tr1/usage.html"> Usage</a></span></dt>
46<dd><dl>
47<dt><span class="section"><a href="boost_tr1/usage.html#boost_tr1.native"> Whether to use Your Native TR1 Library</a></span></dt>
48<dt><span class="section"><a href="boost_tr1/usage.html#boost_tr1.include_style"> Header Include Style</a></span></dt>
49</dl></dd>
50<dt><span class="section"><a href="boost_tr1/config.html"> Configuration</a></span></dt>
51<dt><span class="section"><a href="boost_tr1/subject_list.html"> TR1 By Subject</a></span></dt>
52<dd><dl>
53<dt><span class="section"><a href="boost_tr1/subject_list.html#boost_tr1.ref"> Reference Wrappers.</a></span></dt>
54<dt><span class="section"><a href="boost_tr1/subject_list.html#boost_tr1.ptrs"> Smart Pointers.</a></span></dt>
55<dt><span class="section"><a href="boost_tr1/subject_list.html#boost_tr1.result_of"> Class template result_of.</a></span></dt>
56<dt><span class="section"><a href="boost_tr1/subject_list.html#boost_tr1.mem_fn"> Function template mem_fn.</a></span></dt>
57<dt><span class="section"><a href="boost_tr1/subject_list.html#boost_tr1.bind"> Function Object Binders.</a></span></dt>
58<dt><span class="section"><a href="boost_tr1/subject_list.html#boost_tr1.function"> Polymorphic function wrappers.</a></span></dt>
59<dt><span class="section"><a href="boost_tr1/subject_list.html#boost_tr1.type_traits"> Type Traits.</a></span></dt>
60<dt><span class="section"><a href="boost_tr1/subject_list.html#boost_tr1.random"> Random Number Generators and Distributions.</a></span></dt>
61<dt><span class="section"><a href="boost_tr1/subject_list.html#boost_tr1.tuple"> Tuples.</a></span></dt>
62<dt><span class="section"><a href="boost_tr1/subject_list.html#boost_tr1.utility"> Tuple Interface to std::pair.</a></span></dt>
63<dt><span class="section"><a href="boost_tr1/subject_list.html#boost_tr1.array"> Fixed Size Array.</a></span></dt>
64<dt><span class="section"><a href="boost_tr1/subject_list.html#boost_tr1.hash"> Hash Function Objects.</a></span></dt>
65<dt><span class="section"><a href="boost_tr1/subject_list.html#boost_tr1.regex"> Regular Expressions.</a></span></dt>
66<dt><span class="section"><a href="boost_tr1/subject_list.html#boost_tr1.complex"> Complex Number Algorithm Overloads.</a></span></dt>
67<dt><span class="section"><a href="boost_tr1/subject_list.html#boost_tr1.complex_trig"> Complex Number Additional Algorithms.</a></span></dt>
68</dl></dd>
69<dt><span class="section"><a href="boost_tr1/unsupported.html"> TR By Subject: Unsupported Features</a></span></dt>
70<dd><dl>
71<dt><span class="section"><a href="boost_tr1/unsupported.html#boost_tr1.special"> Mathematical Special Functions.</a></span></dt>
72<dt><span class="section"><a href="boost_tr1/unsupported.html#boost_tr1.unordered_set"> Unordered Associative Set (Hash Table).</a></span></dt>
73<dt><span class="section"><a href="boost_tr1/unsupported.html#boost_tr1.unordered_map"> Unordered Associative Map (Hash Table).</a></span></dt>
74</dl></dd>
75<dt><span class="section"><a href="boost_tr1/header_list.html"> TR1 By Header</a></span></dt>
76<dd><dl>
77<dt><span class="section"><a href="boost_tr1/header_list.html#boost_tr1.array_header"> &lt;array&gt;</a></span></dt>
78<dt><span class="section"><a href="boost_tr1/header_list.html#boost_tr1.cmath_header"> &lt;cmath&gt;</a></span></dt>
79<dt><span class="section"><a href="boost_tr1/header_list.html#boost_tr1.complex_header"> &lt;complex&gt;</a></span></dt>
80<dt><span class="section"><a href="boost_tr1/header_list.html#boost_tr1.functional"> &lt;functional&gt;</a></span></dt>
81<dt><span class="section"><a href="boost_tr1/header_list.html#boost_tr1.memory"> &lt;memory&gt;</a></span></dt>
82<dt><span class="section"><a href="boost_tr1/header_list.html#boost_tr1.random_header"> &lt;random&gt;</a></span></dt>
83<dt><span class="section"><a href="boost_tr1/header_list.html#boost_tr1.regex_header"> &lt;regex&gt;</a></span></dt>
84<dt><span class="section"><a href="boost_tr1/header_list.html#boost_tr1.tuple_header"> &lt;tuple&gt;</a></span></dt>
85<dt><span class="section"><a href="boost_tr1/header_list.html#boost_tr1.type_traits_header"> &lt;type_traits&gt;</a></span></dt>
86<dt><span class="section"><a href="boost_tr1/header_list.html#boost_tr1.unordered_map_header"> &lt;unordered_map&gt;</a></span></dt>
87<dt><span class="section"><a href="boost_tr1/header_list.html#boost_tr1.unordered_set_header"> &lt;unordered_set&gt;</a></span></dt>
88<dt><span class="section"><a href="boost_tr1/header_list.html#boost_tr1.utility_header"> &lt;utility&gt;</a></span></dt>
89</dl></dd>
90<dt><span class="section"><a href="boost_tr1/implementation.html"> Implementation</a></span></dt>
91<dt><span class="section"><a href="boost_tr1/testing.html"> Testing</a></span></dt>
92</dl>
93</div>
94<div class="section" lang="en">
95<div class="titlepage"><div><div><h2 class="title" style="clear: both">
96<a name="boost_tr1.intro"></a> Introduction</h2></div></div></div>
97<p>
98      This documentation is <a href="http://boost-consulting.com/vault/index.php?action=downloadfile&amp;filename=boost_tr1-1.34.pdf&amp;directory=PDF%20Documentation&amp;" target="_top">also
99      available in printer-friendly PDF format</a>.
100    </p>
101<p>
102      The TR1 library provides an implementation of the C++ Technical Report on Standard
103      Library Extensions. This library does not itself implement the TR1 components,
104      rather it's a thin wrapper that will include your standard library's TR1 implementation
105      (if it has one), otherwise it will include the Boost Library equivalents, and
106      import them into namespace <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">tr1</span></code>.
107    </p>
108</div>
109</div>
110<table width="100%"><tr>
111<td align="left"><small><p>Last revised: May 09, 2007 at 17:20:56 GMT</p></small></td>
112<td align="right"><small></small></td>
113</tr></table>
114<hr>
115<div class="spirit-nav">
116<a accesskey="p" href="thread/acknowledgements.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="boost_tr1/usage.html"><img src="images/next.png" alt="Next"></a>
117</div>
118</body>
119</html>
Note: See TracBrowser for help on using the repository browser.