fusion: merge of associative iterators/views and the new fold interface

[SVN r58618]
This commit is contained in:
Christopher Schmidt
2010-01-01 22:00:21 +00:00
parent b605617c4f
commit cda74605fc
379 changed files with 28481 additions and 2185 deletions

View File

@ -3,7 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Concepts</title>
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
<<<<<<< .working
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
=======
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
>>>>>>> .merge-right.r57125
<link rel="home" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
<link rel="up" href="../iterator.html" title="Iterator">
<link rel="previous" href="../iterator.html" title="Iterator">
@ -37,6 +41,8 @@
Iterator</a></span></dt>
<dt><span class="section"><a href="concepts/random_access_iterator.html">Random
Access Iterator</a></span></dt>
<dt><span class="section"><a href="concepts/associative_iterator.html">Associative
Iterator</a></span></dt>
</dl></div>
<p>
Fusion iterators are divided into different traversal categories. <a href="concepts/forward_iterator.html" title="Forward
@ -49,7 +55,11 @@
Access Iterator">Random
Access Iterator</a> is a refinement of <a href="concepts/bidirectional_iterator.html" title="Bidirectional
Iterator">Bidirectional
Iterator</a>.
Iterator</a>. <a class="link" href="concepts/associative_iterator.html" title="Associative Iterator">Associative
Iterator</a> is a refinement of <a class="link" href="concepts/forward_iterator.html" title="Forward Iterator">Forward
Iterator</a>, <a class="link" href="concepts/bidirectional_iterator.html" title="Bidirectional Iterator">Bidirectional
Iterator</a> or <a class="link" href="concepts/random_access_iterator.html" title="Random Access Iterator">Random
Access Iterator</a>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>