File: examples.html

package info (click to toggle)
boost1.42 1.42.0-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 277,864 kB
  • ctags: 401,076
  • sloc: cpp: 1,235,659; xml: 74,142; ansic: 41,313; python: 26,756; sh: 11,840; cs: 2,118; makefile: 655; perl: 494; yacc: 456; asm: 353; csh: 6
file content (72 lines) | stat: -rw-r--r-- 1,970 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
<!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 Examples </title>
    <link rel="stylesheet" href="style.css" type="text/css">
</head>

    <body>

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

    <h2  >Examples</h2><a name="Examples" ></a>
    <p  >
    Some examples are given in the accompanying test files:
    </p>
    <ul  >
        <li  >
            <a href="../test/string.cpp" target="_self" ><code  >string.cpp</code></a>
      
        shows how to implement a container version of <code  >std::find()</code> that
        works with <code  >char[],wchar_t[],char*,wchar_t*.</code>
  </li>
        <li  >
            <a href="../test/algorithm_example.cpp" target="_self" ><code  >algorithm_example.cpp</code></a>

      
        shows the replace example from the introduction.
          </li>
        <li> <a href="../test/iterator_range.cpp">iterator_range.cpp</a>
        <li> <a href="../test/sub_range.cpp">sub_range.cpp</a>
        <li> <a href="../test/iterator_pair.cpp">iterator_pair.cpp</a>     
        <li> <a href="../test/reversible_range.cpp">reversible_range.cpp</a>
        <li> <a href="../test/std_container.cpp">std_container.cpp</a>
        <li> <a href="../test/array.cpp">array.cpp</a>     
    </ul>


    <hr>
    <p>
      &copy; <a name="Copyright" id="Copyright">Copyright</a> Thorsten Ottosen 2008.
    </p>

    <p>
      Distributed under the Boost Software License, Version 1.0. (See
      accompanying file LICENSE_1_0.txt or copy at <a href=
      "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)
    </p>

    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>


    </body>
</html>