|
Last change
on this file since 12 was
12,
checked in by landauf, 18 years ago
|
|
added boost
|
-
Property svn:executable set to
*
|
|
File size:
1.8 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 Examples </title> |
|---|
| 7 | <link rel="stylesheet" href="style.css" type="text/css"> |
|---|
| 8 | </head> |
|---|
| 9 | |
|---|
| 10 | <body> |
|---|
| 11 | |
|---|
| 12 | <table border="0" > |
|---|
| 13 | <tr> |
|---|
| 14 | <td ><img src="../../../boost.png" border="0" ></td> |
|---|
| 15 | <td ><h1 align="center">Boost.Range </h1></td> |
|---|
| 16 | </tr> |
|---|
| 17 | </table> |
|---|
| 18 | |
|---|
| 19 | <h2 >Examples</h2><a name="Examples" ></a> |
|---|
| 20 | <p > |
|---|
| 21 | Some examples are given in the accompanying test files: |
|---|
| 22 | </p> |
|---|
| 23 | <ul > |
|---|
| 24 | <li > |
|---|
| 25 | <a href="../test/string.cpp" target="_self" ><code >string.cpp</code></a> |
|---|
| 26 | </li> |
|---|
| 27 | shows how to implement a container version of <code >std::find()</code> that |
|---|
| 28 | works with <code >char[],wchar_t[],char*,wchar_t*.</code> |
|---|
| 29 | <p> |
|---|
| 30 | <b>Warning:</b><i> support for null-terminated strings is deprecated and will |
|---|
| 31 | disappear in the next Boost release (1.34). </i> |
|---|
| 32 | </p> |
|---|
| 33 | |
|---|
| 34 | <li > |
|---|
| 35 | <a href="../test/algorithm_example.cpp" target="_self" ><code >algorithm_example.cpp</code></a> |
|---|
| 36 | |
|---|
| 37 | </li> |
|---|
| 38 | shows the replace example from the introduction. |
|---|
| 39 | |
|---|
| 40 | <li> <a href="../test/iterator_range.cpp">iterator_range.cpp</a> |
|---|
| 41 | <li> <a href="../test/sub_range.cpp">sub_range.cpp</a> |
|---|
| 42 | <li> <a href="../test/iterator_pair.cpp">iterator_pair.cpp</a> |
|---|
| 43 | <li> <a href="../test/reversible_range.cpp">reversible_range.cpp</a> |
|---|
| 44 | <li> <a href="../test/std_container.cpp">std_container.cpp</a> |
|---|
| 45 | <li> <a href="../test/array.cpp">array.cpp</a> |
|---|
| 46 | </ul> |
|---|
| 47 | |
|---|
| 48 | <hr> |
|---|
| 49 | <p> |
|---|
| 50 | (C) Copyright Thorsten Ottosen 2003-2004 |
|---|
| 51 | </p> |
|---|
| 52 | |
|---|
| 53 | <br> |
|---|
| 54 | <br> |
|---|
| 55 | <br> |
|---|
| 56 | <br> |
|---|
| 57 | <br> |
|---|
| 58 | <br> |
|---|
| 59 | <br> |
|---|
| 60 | <br> |
|---|
| 61 | <br> |
|---|
| 62 | <br> |
|---|
| 63 | <br> |
|---|
| 64 | <br> |
|---|
| 65 | |
|---|
| 66 | |
|---|
| 67 | </body> |
|---|
| 68 | </html> |
|---|
| 69 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.