added copyright and license info for each page.

[SVN r40873]
This commit is contained in:
Joel de Guzman
2007-11-07 03:46:23 +00:00
parent 9f2f31c8ec
commit ac449e933d
261 changed files with 1500 additions and 2057 deletions

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>vector</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
<link rel="start" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
<link rel="up" href="../container.html" title="Container">
@ -26,7 +26,7 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="fusion.container.vector"></a><a href="vector.html" title="vector">vector</a></h3></div></div></div>
<a name="fusion.container.vector.description"></a><h4>
<a name="id524794"></a>
<a name="id524811"></a>
<a href="vector.html#fusion.container.vector.description">Description</a>
</h4>
<p>
@ -39,7 +39,7 @@
efficient.
</p>
<a name="fusion.container.vector.header"></a><h4>
<a name="id524871"></a>
<a name="id524889"></a>
<a href="vector.html#fusion.container.vector.header">Header</a>
</h4>
<pre class="programlisting">
@ -61,7 +61,7 @@
<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">vector50</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<a name="fusion.container.vector.synopsis"></a><h4>
<a name="id525849"></a>
<a name="id525867"></a>
<a href="vector.html#fusion.container.vector.synopsis">Synopsis</a>
</h4>
<p>
@ -122,7 +122,7 @@
<span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.vector.template_parameters"></a><h4>
<a name="id526593"></a>
<a name="id526611"></a>
<a href="vector.html#fusion.container.vector.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@ -167,7 +167,7 @@
</tr></tbody>
</table></div>
<a name="fusion.container.vector.model_of"></a><h4>
<a name="id526712"></a>
<a name="id526730"></a>
<a href="vector.html#fusion.container.vector.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li><a href="../sequence/concepts/random_access_sequence.html" title="Random
@ -196,7 +196,7 @@
</dl>
</div>
<a name="fusion.container.vector.expression_semantics"></a><h4>
<a name="id526896"></a>
<a name="id526914"></a>
<a href="vector.html#fusion.container.vector.expression_semantics">Expression Semantics</a>
</h4>
<p>
@ -281,7 +281,7 @@
</tbody>
</table></div>
<a name="fusion.container.vector.example"></a><h4>
<a name="id527235"></a>
<a name="id527253"></a>
<a href="vector.html#fusion.container.vector.example">Example</a>
</h4>
<pre class="programlisting">