diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-09-13 11:26:20 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-09-13 11:27:13 +0900 |
commit | 88e602c57797660ebe0f9e15dbd64c1ff16dead3 (patch) | |
tree | e96e9e1d22b982c9f62f86f2357a1f53f9ef9dac /doc/html/RandomAccessIterator.html | |
parent | 4fadd968fa12130524c8380f33fcfe25d4de79e5 (diff) | |
download | boost-88e602c57797660ebe0f9e15dbd64c1ff16dead3.tar.gz boost-88e602c57797660ebe0f9e15dbd64c1ff16dead3.tar.bz2 boost-88e602c57797660ebe0f9e15dbd64c1ff16dead3.zip |
Imported Upstream version 1.65.1upstream/1.65.1
Change-Id: Ie4005d637141f8311f4b6d46b613478a2b3dae59
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/RandomAccessIterator.html')
-rw-r--r-- | doc/html/RandomAccessIterator.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/RandomAccessIterator.html b/doc/html/RandomAccessIterator.html index 1efe4b39e7..e5176316b7 100644 --- a/doc/html/RandomAccessIterator.html +++ b/doc/html/RandomAccessIterator.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="idp33959088-bb.html#concepts.reference" title="Concept reference"> +<link rel="up" href="idp14250512-bb.html#concepts.reference" title="Concept reference"> <link rel="prev" href="BidirectionalIterator.html" title="Concept BidirectionalIterator"> <link rel="next" href="DefaultConstructible.html" title="Concept DefaultConstructible"> </head> @@ -21,7 +21,7 @@ </tr></table> <hr> <div class="spirit-nav"> -<a accesskey="p" href="BidirectionalIterator.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="idp33959088-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="DefaultConstructible.html"><img src="../../doc/src/images/next.png" alt="Next"></a> +<a accesskey="p" href="BidirectionalIterator.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="DefaultConstructible.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="RandomAccessIterator"></a><div class="titlepage"></div> @@ -30,7 +30,7 @@ <p>RandomAccessIterator</p> </div> <div class="refsect1"> -<a name="idp615364064"></a><h2>Description</h2> +<a name="idp634217184"></a><h2>Description</h2> <p>A random access iterator is an iterator that can read through a sequence of values. It can move in either direction through the sequence (by any amount in constant time), and can be either mutable @@ -41,14 +41,14 @@ dereferenceable or incrementable).</p> </div> <div class="refsect1"> -<a name="idp615365904"></a><h2>Refinement of</h2> +<a name="idp634219024"></a><h2>Refinement of</h2> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p><a class="link" href="BidirectionalIterator.html" title="Concept BidirectionalIterator">BidirectionalIterator</a></p></li> <li class="listitem"><p><a class="link" href="LessThanComparable.html" title="Concept LessThanComparable">LessThanComparable</a></p></li> </ul></div> </div> <div class="refsect1"> -<a name="idp615368304"></a><h2>Associated types</h2> +<a name="idp634221424"></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="idp615374944"></a><h2>Notation</h2> +<a name="idp634228064"></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="RandomAccessIterator.html" title="Concept RandomAccessIterator">RandomAccessIterator</a> concept.</dd> @@ -86,7 +86,7 @@ </dl></div> </div> <div class="refsect1"> -<a name="idp615381344"></a><h2>Type expressions</h2> +<a name="idp634234464"></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 @@ -95,7 +95,7 @@ </dl></div> </div> <div class="refsect1"> -<a name="idp615383504"></a><h2>Valid expressions</h2> +<a name="idp634236624"></a><h2>Valid expressions</h2> <div class="informaltable"><table class="table"> <colgroup> <col> @@ -201,13 +201,13 @@ </table></div> </div> <div class="refsect1"> -<a name="idp615429152"></a><h2>Complexity</h2> +<a name="idp634282272"></a><h2>Complexity</h2> <p> All iterator operations must take amortized constant time. </p> </div> <div class="refsect1"> -<a name="idp615429904"></a><h2>Models</h2> +<a name="idp634283024"></a><h2>Models</h2> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><span class="simplelist"><span class="type">T *</span></span></li> <li class="listitem"><span class="simplelist"><span class="type">std::vector<T>::iterator</span></span></li> @@ -217,7 +217,7 @@ </ul></div> </div> <div class="refsect1"> -<a name="idp615435280"></a><h2>See also</h2> +<a name="idp634288400"></a><h2>See also</h2> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><a class="link" href="LessThanComparable.html" title="Concept LessThanComparable">LessThanComparable</a></p></li></ul></div> </div> </div> @@ -253,7 +253,7 @@ </tr></table> <hr> <div class="spirit-nav"> -<a accesskey="p" href="BidirectionalIterator.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="idp33959088-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="DefaultConstructible.html"><img src="../../doc/src/images/next.png" alt="Next"></a> +<a accesskey="p" href="BidirectionalIterator.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="DefaultConstructible.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html> |