summaryrefslogtreecommitdiff
path: root/doc/html/boost/type_erasure/iterator.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/type_erasure/iterator.html')
-rw-r--r--doc/html/boost/type_erasure/iterator.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost/type_erasure/iterator.html b/doc/html/boost/type_erasure/iterator.html
index c5288caad5..d9497d67aa 100644
--- a/doc/html/boost/type_erasure/iterator.html
+++ b/doc/html/boost/type_erasure/iterator.html
@@ -42,7 +42,7 @@
<span class="keyword">typedef</span> <span class="identifier">DifferenceType</span> <a name="boost.type_erasure.iterator.difference_type"></a><span class="identifier">difference_type</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp480624384"></a><h2>Description</h2>
+<a name="idm45555078551408"></a><h2>Description</h2>
<p>The <a class="link" href="iterator.html" title="Struct template iterator">iterator</a> concept can be used for any iterator category.</p>
<p>
The value_type of the iterator is deduced. To force it to be a specific type, use the <a class="link" href="same_type.html" title="Struct template same_type">same_type</a> concept.</p>
@@ -53,7 +53,7 @@ The value_type of the iterator is deduced. To force it to be a specific type, us
</pre>
<p> </p>
<div class="refsect2">
-<a name="idp480643728"></a><h3>Template Parameters</h3>
+<a name="idm45555078532064"></a><h3>Template Parameters</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><span class="keyword">typename</span> Traversal</pre>