File: index.html

package info (click to toggle)
boost 1.32.0-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 93,952 kB
  • ctags: 128,458
  • sloc: cpp: 492,477; xml: 52,125; python: 13,519; ansic: 13,013; sh: 1,773; yacc: 853; makefile: 526; perl: 418; lex: 110; csh: 6
file content (84 lines) | stat: -rw-r--r-- 2,293 bytes parent folder | download
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#range">ForwardRange</a>
          <li> <a href="doc/range.html#reversible_range">BidirectionalRange</a>    
          <li> <a href="doc/range.html#random_access_range">RandomAccessRange</a> </ul>

      <li> <a href=doc/boost_range.html>Implementation</a> of Range concepts
       <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>