forked from boostorg/fusion
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Random Access Sequence</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
<link rel="up" href="../concepts.html" title="Concepts">
|
||||
<link rel="prev" href="bidirectional_sequence.html" title="Bidirectional Sequence">
|
||||
@ -28,7 +28,7 @@
|
||||
Access Sequence</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.sequence.concepts.random_access_sequence.description"></a><h6>
|
||||
<a name="id906297"></a>
|
||||
<a name="id790138"></a>
|
||||
<a class="link" href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -38,7 +38,7 @@
|
||||
sequence elements.
|
||||
</p>
|
||||
<a name="fusion.sequence.concepts.random_access_sequence.refinement_of"></a><h6>
|
||||
<a name="id906329"></a>
|
||||
<a name="id790189"></a>
|
||||
<a class="link" href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.refinement_of">Refinement
|
||||
of</a>
|
||||
</h6>
|
||||
@ -73,7 +73,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.sequence.concepts.random_access_sequence.valid_expressions"></a><h6>
|
||||
<a name="id906463"></a>
|
||||
<a name="id790363"></a>
|
||||
<a class="link" href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.valid_expressions">Valid
|
||||
Expressions</a>
|
||||
</h6>
|
||||
@ -205,7 +205,7 @@
|
||||
</tbody>
|
||||
</table></div>
|
||||
<a name="fusion.sequence.concepts.random_access_sequence.result_type_expressions"></a><h6>
|
||||
<a name="id906822"></a>
|
||||
<a name="id790838"></a>
|
||||
<a class="link" href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.result_type_expressions">Result
|
||||
Type Expressions</a>
|
||||
</h6>
|
||||
@ -291,7 +291,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<a name="fusion.sequence.concepts.random_access_sequence.expression_semantics"></a><h6>
|
||||
<a name="id907274"></a>
|
||||
<a name="id791473"></a>
|
||||
<a class="link" href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
@ -331,26 +331,34 @@
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
<a name="fusion.sequence.concepts.random_access_sequence.models"></a><h6>
|
||||
<a name="id907388"></a>
|
||||
<a name="id791635"></a>
|
||||
<a class="link" href="random_access_sequence.html#fusion.sequence.concepts.random_access_sequence.models">Models</a>
|
||||
</h6>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||
<li class="listitem"><a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a></li>
|
||||
<li class="listitem"><a class="link" href="../../adapted/boost__array.html" title="boost::array"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code></a></li>
|
||||
<li class="listitem"><a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a></li>
|
||||
<li class="listitem"><a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a></li>
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
|
||||
(where adapted sequence is a Random Access Sequence)
|
||||
</li>
|
||||
<a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a>
|
||||
</li>
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../view/transform_view.html" title="transform_view"><code class="computeroutput"><span class="identifier">transform_view</span></code></a>
|
||||
(where adapted sequence is a Random Access Sequence)
|
||||
</li>
|
||||
<a class="link" href="../../adapted/boost__array.html" title="boost::array"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code></a>
|
||||
</li>
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../view/zip_view.html" title="zip_view"><code class="computeroutput"><span class="identifier">zip_view</span></code></a>
|
||||
(where adapted sequences are models of Random Access Sequence)
|
||||
</li>
|
||||
<a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>
|
||||
</li>
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a>
|
||||
</li>
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
|
||||
(where adapted sequence is a Random Access Sequence)
|
||||
</li>
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../view/transform_view.html" title="transform_view"><code class="computeroutput"><span class="identifier">transform_view</span></code></a>
|
||||
(where adapted sequence is a Random Access Sequence)
|
||||
</li>
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../view/zip_view.html" title="zip_view"><code class="computeroutput"><span class="identifier">zip_view</span></code></a>
|
||||
(where adapted sequences are models of Random Access Sequence)
|
||||
</li>
|
||||
</ul></div>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
|
Reference in New Issue
Block a user