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>Iterator</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="../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
<link rel="previous" href="support/pair.html" title="pair">
@ -38,6 +42,8 @@
Iterator</a></span></dt>
<dt><span class="section"><a href="iterator/concepts/random_access_iterator.html">Random
Access Iterator</a></span></dt>
<dt><span class="section"><a href="iterator/concepts/associative_iterator.html">Associative
Iterator</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="iterator/functions.html">Functions</a></span></dt>
<dd><dl>
@ -47,6 +53,7 @@
<dt><span class="section"><a href="iterator/functions/distance.html">distance</a></span></dt>
<dt><span class="section"><a href="iterator/functions/advance.html">advance</a></span></dt>
<dt><span class="section"><a href="iterator/functions/advance_c.html">advance_c</a></span></dt>
<dt><span class="section"><a href="iterator/functions/deref_data.html">deref_data</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="iterator/operator.html">Operator</a></span></dt>
<dd><dl>
@ -67,6 +74,9 @@
<dt><span class="section"><a href="iterator/metafunctions/distance.html">distance</a></span></dt>
<dt><span class="section"><a href="iterator/metafunctions/advance.html">advance</a></span></dt>
<dt><span class="section"><a href="iterator/metafunctions/advance_c.html">advance_c</a></span></dt>
<dt><span class="section"><a href="iterator/metafunctions/key_of.html">key_of</a></span></dt>
<dt><span class="section"><a href="iterator/metafunctions/value_of_data.html">value_of_data</a></span></dt>
<dt><span class="section"><a href="iterator/metafunctions/deref_data.html">deref_data</a></span></dt>
</dl></dd>
</dl></div>
<p>
@ -77,10 +87,17 @@
iterators describe positions, and provide access to data within an underlying
<a href="sequence.html" title="Sequence">Sequence</a>.
</p>
<<<<<<< .working
<a name="fusion.iterator.header"></a><h3>
<a name="id420232"></a>
<a href="iterator.html#fusion.iterator.header">Header</a>
</h3>
=======
<a name="fusion.iterator.header"></a><h4>
<a name="id619474"></a>
<a class="link" href="iterator.html#fusion.iterator.header">Header</a>
</h4>
>>>>>>> .merge-right.r57125
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>