diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-08-26 08:15:55 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-08-26 08:15:55 -0400 |
commit | bb4dd8289b351fae6b55e303f189127a394a1edd (patch) | |
tree | 77c9c35a31b1459dd7988c2448e797d142530c41 /doc/html/OutputIterator.html | |
parent | 1a78a62555be32868418fe52f8e330c9d0f95d5a (diff) | |
download | boost-bb4dd8289b351fae6b55e303f189127a394a1edd.tar.gz boost-bb4dd8289b351fae6b55e303f189127a394a1edd.tar.bz2 boost-bb4dd8289b351fae6b55e303f189127a394a1edd.zip |
Imported Upstream version 1.51.0upstream/1.51.0
Diffstat (limited to 'doc/html/OutputIterator.html')
-rw-r--r--[-rwxr-xr-x] | doc/html/OutputIterator.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/OutputIterator.html b/doc/html/OutputIterator.html index bd11758625..b6b3390cb5 100755..100644 --- a/doc/html/OutputIterator.html +++ b/doc/html/OutputIterator.html @@ -5,7 +5,7 @@ <link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> -<link rel="up" href="id319082-bb.html#concepts.reference" title="Concept reference"> +<link rel="up" href="id319790-bb.html#concepts.reference" title="Concept reference"> <link rel="prev" href="InputIterator.html" title="Concept InputIterator"> <link rel="next" href="ForwardIterator.html" title="Concept ForwardIterator"> </head> @@ -20,7 +20,7 @@ </tr></table> <hr> <div class="spirit-nav"> -<a accesskey="p" href="InputIterator.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="id319082-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="ForwardIterator.html"><img src="../../doc/src/images/next.png" alt="Next"></a> +<a accesskey="p" href="InputIterator.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="id319790-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="ForwardIterator.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="OutputIterator"></a><div class="titlepage"></div> @@ -29,7 +29,7 @@ <p>OutputIterator</p> </div> <div class="refsect1"> -<a name="id1126536"></a><h2>Description</h2> +<a name="id1126732"></a><h2>Description</h2> <p>An output iterator is an iterator that can write a sequence of values. It is single-pass (old values of the iterator cannot be re-used), and write-only.</p> @@ -39,7 +39,7 @@ (and not dereferenceable or incrementable).</p> </div> <div class="refsect1"> -<a name="id1126554"></a><h2>Associated types</h2> +<a name="id1126750"></a><h2>Associated types</h2> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"> <p><span class="bold"><strong>value_type</strong></span></p> @@ -61,7 +61,7 @@ </ul></div> </div> <div class="refsect1"> -<a name="id1126618"></a><h2>Notation</h2> +<a name="id1126815"></a><h2>Notation</h2> <div class="variablelist"><dl> <dt><span class="term">Iter</span></dt> <dd>A type playing the role of iterator-type in the <a class="link" href="OutputIterator.html" title="Concept OutputIterator">OutputIterator</a> concept.</dd> @@ -76,7 +76,7 @@ </dl></div> </div> <div class="refsect1"> -<a name="id1126670"></a><h2>Type expressions</h2> +<a name="id1126867"></a><h2>Type expressions</h2> <div class="variablelist"><dl> <dt><span class="term"></span></dt> <dd><p>The type <span class="type">Iter</span> must be a model of <a class="link" href="Assignable.html" title="Concept Assignable">Assignable</a>.</p></dd> @@ -98,7 +98,7 @@ </dl></div> </div> <div class="refsect1"> -<a name="id1126789"></a><h2>Valid expressions</h2> +<a name="id1126985"></a><h2>Valid expressions</h2> <div class="informaltable"><table class="table"> <colgroup> <col> @@ -169,13 +169,13 @@ </table></div> </div> <div class="refsect1"> -<a name="id1126955"></a><h2>Complexity</h2> +<a name="id1127152"></a><h2>Complexity</h2> <p> All iterator operations must take amortized constant time. </p> </div> <div class="refsect1"> -<a name="id1126962"></a><h2>Models</h2> +<a name="id1127158"></a><h2>Models</h2> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"><span class="simplelist"><span class="type">std::ostream_iterator</span>, <span class="type">...</span></span></li> <li class="listitem"><span class="simplelist"><span class="type">std::insert_iterator</span>, <span class="type">...</span></span></li> @@ -216,7 +216,7 @@ </tr></table> <hr> <div class="spirit-nav"> -<a accesskey="p" href="InputIterator.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="id319082-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="ForwardIterator.html"><img src="../../doc/src/images/next.png" alt="Next"></a> +<a accesskey="p" href="InputIterator.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="id319790-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="ForwardIterator.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html> |