Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/range/index.html @ 33

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

updated boost from 1_33_1 to 1_34_1

File size: 2.2 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>Boost.Range Documentation </title>
7<link rel="stylesheet" href="doc/style.css" type="text/css">
8</head>
9
10<body>
11  <table border="0" >
12    <tr>
13      <td ><img src="../../boost.png" border="0" ></td>
14      <td >
15        <h1 align="center">Range Library</h1>
16      </td>
17    </tr>
18  </table>
19
20  <p>
21  Copyright © 2003-2004 Thorsten Ottosen
22  </p>
23  <p>
24  Use, modification and distribution is subject to the Boost Software License, Version 1.0
25  (see <a href=http://www.boost.org/LICENSE_1_0.txt>
26   http://www.boost.org/LICENSE_1_0.txt</a>).
27  </p>
28
29  <h1>Overview</h1>
30  <p>
31  Boost.Range is a collection of concepts and utilities that are particularly
32  useful for specifying and implementing generic algorithms. The documentation 
33  consists of the following sections:
34  </p>
35 
36  <ul>
37      <li> <a href="doc/intro.html">Introduction </a></code>
38         
39      <li><a href="doc/range.html">Range concepts:</a>
40      <ul>
41          <li> <a href="doc/range.html#single_pass_range">SinglePassRange</a> 
42          <li> <a href="doc/range.html#forward_range">ForwardRange</a>
43          <li> <a href="doc/range.html#bidirectional_range">BidirectionalRange</a>
44          <li> <a href="doc/range.html#random_access_range">RandomAccessRange</a> </ul>
45
46      <li> <a href="doc/boost_range.html">Reference</a>
47       <li> <a href="doc/utility_class.html"> Utilities:</a>
48          <ul>
49              <li> Class <a href="doc/utility_class.html#iter_range"><code>iterator_range</code></a>
50              <li> Class <a href="doc/utility_class.html#sub_range"><code>sub_range</code></a> </ul>
51
52      <li> <a href="doc/style.html">Terminology and style guidelines </a>
53      <li><a href="doc/headers.html">Headers</a> </li>
54      <li><a href="doc/examples.html">Examples</a>   
55      <li><a href="doc/portability.html">Portability</a>
56      <li><a href="doc/faq.html">FAQ</a>   
57      <li><a href="doc/history_ack.html">History and acknowledgment</a>   
58         
59  </ul>
60
61  <hr>
62  <p>
63    (C) Copyright Thorsten Ottosen 2003-2004
64  </p>
65
66  <br>
67  <br>
68  <br>
69  <br>
70  <br>
71  <br>
72  <br>
73  <br>
74  <br>
75  <br>
76  <br>
77  <br>
78 
79</body>
80</html>
81
82
83
84
Note: See TracBrowser for help on using the repository browser.