forked from boostorg/fusion
some updates
[SVN r36555]
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.sequences.containers.vector"></a><a href="vector.html" title="vector">vector</a></h4></div></div></div>
|
||||
<a name="fusion.sequences.containers.vector.description"></a><h5>
|
||||
<a name="id482841"></a>
|
||||
<a name="id482662"></a>
|
||||
<a href="vector.html#fusion.sequences.containers.vector.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -39,7 +39,7 @@
|
||||
most efficient.
|
||||
</p>
|
||||
<a name="fusion.sequences.containers.vector.header"></a><h5>
|
||||
<a name="id482913"></a>
|
||||
<a name="id482735"></a>
|
||||
<a href="vector.html#fusion.sequences.containers.vector.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -54,7 +54,7 @@
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">vector</span><span class="special">/</span><span class="identifier">vector50</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.containers.vector.synopsis"></a><h5>
|
||||
<a name="id483522"></a>
|
||||
<a name="id483343"></a>
|
||||
<a href="vector.html#fusion.sequences.containers.vector.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -115,7 +115,7 @@
|
||||
<span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.containers.vector.template_parameters"></a><h5>
|
||||
<a name="id484249"></a>
|
||||
<a name="id484070"></a>
|
||||
<a href="vector.html#fusion.sequences.containers.vector.template_parameters">Template
|
||||
parameters</a>
|
||||
</h5>
|
||||
@ -139,7 +139,7 @@
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
<a name="fusion.sequences.containers.vector.model_of"></a><h5>
|
||||
<a name="id484338"></a>
|
||||
<a name="id484160"></a>
|
||||
<a href="vector.html#fusion.sequences.containers.vector.model_of">Model of</a>
|
||||
</h5>
|
||||
<div class="itemizedlist"><ul type="disc"><li><a href="../concepts/random_access_sequence.html" title="Random
|
||||
@ -169,7 +169,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.sequences.containers.vector.expression_semantics"></a><h5>
|
||||
<a name="id484497"></a>
|
||||
<a name="id484318"></a>
|
||||
<a href="vector.html#fusion.sequences.containers.vector.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -195,7 +195,8 @@
|
||||
a vector with default constructed elements.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><tt class="computeroutput"><span class="identifier">V</span><span class="special">(</span><span class="identifier">e0</span><span class="special">,</span><EFBFBD><span class="identifier">e1</span><span class="special">,...</span><EFBFBD><span class="identifier">en</span><span class="special">)</span></tt></td>
|
||||
<td><tt class="computeroutput"><span class="identifier">V</span><span class="special">(</span><span class="identifier">e0</span><span class="special">,</span> <span class="identifier">e1</span><span class="special">,...</span>
|
||||
<span class="identifier">en</span><span class="special">)</span></tt></td>
|
||||
<td>Creates
|
||||
a vector with elements <tt class="computeroutput"><span class="identifier">e0</span></tt>...<tt class="computeroutput"><span class="identifier">en</span></tt>.</td>
|
||||
</tr>
|
||||
@ -207,16 +208,18 @@
|
||||
Sequence</a>, <tt class="computeroutput"><span class="identifier">s</span></tt>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><tt class="computeroutput"><span class="identifier">v</span><EFBFBD><span class="special">=</span><EFBFBD><span class="identifier">s</span></tt></td>
|
||||
<td>Assigns to a vector,
|
||||
<tt class="computeroutput"><span class="identifier">v</span></tt>, from a <a href="../concepts/forward_sequence.html" title="Forward
|
||||
<td><tt class="computeroutput"><span class="identifier">v</span> <span class="special">=</span>
|
||||
<span class="identifier">s</span></tt></td>
|
||||
<td>Assigns
|
||||
to a vector, <tt class="computeroutput"><span class="identifier">v</span></tt>, from
|
||||
a <a href="../concepts/forward_sequence.html" title="Forward
|
||||
Sequence">Forward
|
||||
Sequence</a>, <tt class="computeroutput"><span class="identifier">s</span></tt>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<a name="fusion.sequences.containers.vector.example"></a><h5>
|
||||
<a name="id484777"></a>
|
||||
<a name="id484597"></a>
|
||||
<a href="vector.html#fusion.sequences.containers.vector.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user