1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4<title>Reference</title> 5<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> 6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 7<link rel="home" href="../index.html" title="Chapter 1. Range 2.0"> 8<link rel="up" href="../index.html" title="Chapter 1. Range 2.0"> 9<link rel="prev" href="concepts/concept_checking.html" title="Concept Checking"> 10<link rel="next" href="reference/overview.html" title="Overview"> 11</head> 12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 13<table cellpadding="2" width="100%"><tr> 14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> 15<td align="center"><a href="../../../../../index.html">Home</a></td> 16<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> 17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 19<td align="center"><a href="../../../../../more/index.htm">More</a></td> 20</tr></table> 21<hr> 22<div class="spirit-nav"> 23<a accesskey="p" href="concepts/concept_checking.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference/overview.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> 24</div> 25<div class="section"> 26<div class="titlepage"><div><div><h2 class="title" style="clear: both"> 27<a name="range.reference"></a><a class="link" href="reference.html" title="Reference">Reference</a> 28</h2></div></div></div> 29<div class="toc"><dl class="toc"> 30<dt><span class="section"><a href="reference/overview.html">Overview</a></span></dt> 31<dt><span class="section"><a href="reference/concept_implementation.html">Range concept 32 implementation</a></span></dt> 33<dd><dl> 34<dt><span class="section"><a href="reference/concept_implementation/synopsis.html">Synopsis</a></span></dt> 35<dt><span class="section"><a href="reference/concept_implementation/semantics.html">Semantics</a></span></dt> 36</dl></dd> 37<dt><span class="section"><a href="reference/adaptors.html">Range Adaptors</a></span></dt> 38<dd><dl> 39<dt><span class="section"><a href="reference/adaptors/introduction.html">Introduction 40 and motivation</a></span></dt> 41<dt><span class="section"><a href="reference/adaptors/general_requirements.html">General 42 Requirements</a></span></dt> 43<dt><span class="section"><a href="reference/adaptors/reference.html">Reference</a></span></dt> 44</dl></dd> 45<dt><span class="section"><a href="reference/algorithms.html">Range Algorithms</a></span></dt> 46<dd><dl> 47<dt><span class="section"><a href="reference/algorithms/introduction.html">Introduction 48 and motivation</a></span></dt> 49<dt><span class="section"><a href="reference/algorithms/mutating.html">Mutating algorithms</a></span></dt> 50<dt><span class="section"><a href="reference/algorithms/non_mutating.html">Non-mutating 51 algorithms</a></span></dt> 52<dt><span class="section"><a href="reference/algorithms/set.html">Set algorithms</a></span></dt> 53<dt><span class="section"><a href="reference/algorithms/heap.html">Heap algorithms</a></span></dt> 54<dt><span class="section"><a href="reference/algorithms/permutation.html">Permutation 55 algorithms</a></span></dt> 56<dt><span class="section"><a href="reference/algorithms/new.html">New algorithms</a></span></dt> 57<dt><span class="section"><a href="reference/algorithms/numeric.html">Numeric algorithms</a></span></dt> 58</dl></dd> 59<dt><span class="section"><a href="reference/ranges.html">Provided Ranges</a></span></dt> 60<dd><dl> 61<dt><span class="section"><a href="reference/ranges/any_range.html">any_range</a></span></dt> 62<dt><span class="section"><a href="reference/ranges/counting_range.html">counting_range</a></span></dt> 63<dt><span class="section"><a href="reference/ranges/istream_range.html">istream_range</a></span></dt> 64<dt><span class="section"><a href="reference/ranges/irange.html">irange</a></span></dt> 65</dl></dd> 66<dt><span class="section"><a href="reference/utilities.html">Utilities</a></span></dt> 67<dd><dl> 68<dt><span class="section"><a href="reference/utilities/iterator_range.html">Class <code class="computeroutput"><span class="identifier">iterator_range</span></code></a></span></dt> 69<dt><span class="section"><a href="reference/utilities/sub_range.html">Class <code class="computeroutput"><span class="identifier">sub_range</span></code></a></span></dt> 70<dt><span class="section"><a href="reference/utilities/combine.html">Function combine</a></span></dt> 71<dt><span class="section"><a href="reference/utilities/join.html">Function join</a></span></dt> 72</dl></dd> 73<dt><span class="section"><a href="reference/extending.html">Extending the library</a></span></dt> 74<dd><dl> 75<dt><span class="section"><a href="reference/extending/method_1.html">Method 1: provide 76 member functions and nested types</a></span></dt> 77<dt><span class="section"><a href="reference/extending/method_2.html">Method 2: provide 78 free-standing functions and specialize metafunctions</a></span></dt> 79<dt><span class="section"><a href="reference/extending/method_3.html">Method 3: provide 80 range adaptor implementations</a></span></dt> 81</dl></dd> 82</dl></div> 83</div> 84<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 85<td align="left"></td> 86<td align="right"><div class="copyright-footer">Copyright © 2003-2010 Thorsten Ottosen, 87 Neil Groves<p> 88 Distributed under the Boost Software License, Version 1.0. (See accompanying 89 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 90 </p> 91</div></td> 92</tr></table> 93<hr> 94<div class="spirit-nav"> 95<a accesskey="p" href="concepts/concept_checking.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference/overview.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> 96</div> 97</body> 98</html> 99