File: index.html

package info (click to toggle)
boost 1.34.1-14
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 116,412 kB
  • ctags: 259,566
  • sloc: cpp: 642,395; xml: 56,450; python: 17,612; ansic: 14,520; sh: 2,265; yacc: 858; perl: 481; makefile: 478; lex: 94; sql: 74; csh: 6
file content (84 lines) | stat: -rw-r--r-- 2,285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Boost.Range Documentation </title>
<link rel="stylesheet" href="doc/style.css" type="text/css">
</head>

<body>
  <table border="0" >
    <tr>
      <td ><img src="../../boost.png" border="0" ></td>
      <td >
        <h1 align="center">Range Library</h1>
      </td>
    </tr>
  </table>

  <p>
  Copyright  2003-2004 Thorsten Ottosen
  </p>
  <p>
  Use, modification and distribution is subject to the Boost Software License, Version 1.0
  (see <a href=http://www.boost.org/LICENSE_1_0.txt>
   http://www.boost.org/LICENSE_1_0.txt</a>).
  </p>

  <h1>Overview</h1>
  <p>
  Boost.Range is a collection of concepts and utilities that are particularly 
  useful for specifying and implementing generic algorithms. The documentation  
  consists of the following sections:
  </p>
  
  <ul>
      <li> <a href="doc/intro.html">Introduction </a></code>
          
      <li><a href="doc/range.html">Range concepts:</a>
      <ul>
          <li> <a href="doc/range.html#single_pass_range">SinglePassRange</a> 
          <li> <a href="doc/range.html#forward_range">ForwardRange</a>
          <li> <a href="doc/range.html#bidirectional_range">BidirectionalRange</a>
          <li> <a href="doc/range.html#random_access_range">RandomAccessRange</a> </ul>

      <li> <a href="doc/boost_range.html">Reference</a>
       <li> <a href="doc/utility_class.html"> Utilities:</a>
          <ul>
              <li> Class <a href="doc/utility_class.html#iter_range"><code>iterator_range</code></a>
              <li> Class <a href="doc/utility_class.html#sub_range"><code>sub_range</code></a> </ul>

      <li> <a href="doc/style.html">Terminology and style guidelines </a>
      <li><a href="doc/headers.html">Headers</a> </li>
      <li><a href="doc/examples.html">Examples</a>    
      <li><a href="doc/portability.html">Portability</a>
      <li><a href="doc/faq.html">FAQ</a>    
      <li><a href="doc/history_ack.html">History and acknowledgment</a>    
          
  </ul>

  <hr>
  <p>
    (C) Copyright Thorsten Ottosen 2003-2004
  </p>

  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  
</body>
</html>