summaryrefslogtreecommitdiff
path: root/doc/html/InputIterator.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/InputIterator.html')
-rw-r--r--doc/html/InputIterator.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/InputIterator.html b/doc/html/InputIterator.html
index b07bb2c479..aa112e11ba 100644
--- a/doc/html/InputIterator.html
+++ b/doc/html/InputIterator.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="idp14250512-bb.html#concepts.reference" title="Concept reference">
+<link rel="up" href="concept_check.html#concepts.reference" title="Concept reference">
<link rel="prev" href="Assignable.html" title="Concept Assignable">
<link rel="next" href="OutputIterator.html" title="Concept OutputIterator">
</head>
@@ -21,7 +21,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="Assignable.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="idp14250512-bb.html#concepts.reference"><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="OutputIterator.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="Assignable.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="concept_check.html#concepts.reference"><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="OutputIterator.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="InputIterator"></a><div class="titlepage"></div>
@@ -30,7 +30,7 @@
<p>InputIterator</p>
</div>
<div class="refsect1">
-<a name="idp634031600"></a><h2>Description</h2>
+<a name="id-1.3.48.3.5.3"></a><h2>Description</h2>
<p>An input iterator is an iterator that can read through a sequence of
values. It is single-pass (old values of the iterator cannot be
re-used), and read-only.</p>
@@ -40,7 +40,7 @@
incrementable).</p>
</div>
<div class="refsect1">
-<a name="idp634033344"></a><h2>Refinement of</h2>
+<a name="id-1.3.48.3.5.4"></a><h2>Refinement of</h2>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p><a class="link" href="Assignable.html" title="Concept Assignable">Assignable</a></p></li>
<li class="listitem"><p><a class="link" href="DefaultConstructible.html" title="Concept DefaultConstructible">DefaultConstructible</a></p></li>
@@ -48,7 +48,7 @@
</ul></div>
</div>
<div class="refsect1">
-<a name="idp634036672"></a><h2>Associated types</h2>
+<a name="id-1.3.48.3.5.5"></a><h2>Associated types</h2>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<p><span class="bold"><strong>value_type</strong></span></p>
@@ -69,7 +69,7 @@
</ul></div>
</div>
<div class="refsect1">
-<a name="idp634044016"></a><h2>Notation</h2>
+<a name="id-1.3.48.3.5.6"></a><h2>Notation</h2>
<div class="variablelist"><dl class="variablelist">
<dt><span class="term">Iter</span></dt>
<dd>A type playing the role of iterator-type in the <a class="link" href="InputIterator.html" title="Concept InputIterator">InputIterator</a> concept.</dd>
@@ -82,7 +82,7 @@
</dl></div>
</div>
<div class="refsect1">
-<a name="idp634048512"></a><h2>Type expressions</h2>
+<a name="id-1.3.48.3.5.7"></a><h2>Type expressions</h2>
<div class="variablelist"><dl class="variablelist">
<dt><span class="term">Category tag</span></dt>
<dd><p><span class="type">category</span> must be
@@ -99,7 +99,7 @@
</dl></div>
</div>
<div class="refsect1">
-<a name="idp634056320"></a><h2>Valid expressions</h2>
+<a name="id-1.3.48.3.5.8"></a><h2>Valid expressions</h2>
<div class="informaltable"><table class="table">
<colgroup>
<col>
@@ -160,17 +160,17 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp634073648"></a><h2>Complexity</h2>
+<a name="id-1.3.48.3.5.9"></a><h2>Complexity</h2>
<p>
All iterator operations must take amortized constant time.
</p>
</div>
<div class="refsect1">
-<a name="idp634074400"></a><h2>Models</h2>
+<a name="id-1.3.48.3.5.10"></a><h2>Models</h2>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><span class="simplelist"><span class="type">std::istream_iterator</span></span></li></ul></div>
</div>
<div class="refsect1">
-<a name="idp634075888"></a><h2>See also</h2>
+<a name="id-1.3.48.3.5.11"></a><h2>See also</h2>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p><a class="link" href="DefaultConstructible.html" title="Concept DefaultConstructible">DefaultConstructible</a></p></li>
<li class="listitem"><p><a class="link" href="EqualityComparable.html" title="Concept EqualityComparable">EqualityComparable</a></p></li>
@@ -209,7 +209,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="Assignable.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="idp14250512-bb.html#concepts.reference"><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="OutputIterator.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="Assignable.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="concept_check.html#concepts.reference"><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="OutputIterator.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>