File: examples.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 (64 lines) | stat: -rw-r--r-- 1,701 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
<!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>
        </li>
        shows how to implement a container version of <code  >std::find()</code> that 
        works with <code  >char[],wchar_t[],char*,wchar_t*.</code>
        <li  >
            <a href="../test/algorithm_example.cpp" target="_self" ><code  >algorithm_example.cpp</code></a>

        </li>
        shows the replace example from the introduction.
        
        <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>
    (C) Copyright Thorsten Ottosen 2003-2004
    </p>

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


    </body>
</html>