A Random Access Sequence is a <ahref="./Bidirectional_Sequence.html">Bidirectional Sequence</a> which provides iterators that satisfy the <ahref="./Random_Access_Iterator.html">Random Access Iterator</a> requirements. A random access sequence provides amortized constant time access to arbitrary elements.
Random Access Sequence does not define any new expressions beyond those defined in <ahref="./Bidirectional_Sequence.html">Bidirectional Sequence</a>. However, it refines the expression requirements.
<p>
<tableborder="1">
<tr><th> Expression </th><th> Expression type </th></tr>
<tr><td><code>typename begin<s>::type</code></td><td>A model of <ahref="./Random_Access_Iterator.html">Random Access Iterator</a></td></tr>
<tr><td><code>typename end<s>::type</code></td><td>A model of <ahref="./Random_Access_Iterator.html">Random Access Iterator</a></td></tr>