Merge from Trunk

[SVN r49252]
This commit is contained in:
Joel de Guzman
2008-10-10 15:05:47 +00:00
parent a046e43990
commit d004046aa5
233 changed files with 1338 additions and 1278 deletions

View File

@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterator.metafunctions.value_of"></a><a href="value_of.html" title="value_of">value_of</a></h4></div></div></div>
<a name="fusion.iterator.metafunctions.value_of.description"></a><h5>
<a name="id482006"></a>
<a name="id482045"></a>
<a href="value_of.html#fusion.iterator.metafunctions.value_of.description">Description</a>
</h5>
<p>
Returns the type stored at the position of an iterator.
</p>
<a name="fusion.iterator.metafunctions.value_of.synopsis"></a><h5>
<a name="id482038"></a>
<a name="id482077"></a>
<a href="value_of.html#fusion.iterator.metafunctions.value_of.synopsis">Synopsis</a>
</h5>
<pre class="programlisting">
@ -46,7 +46,7 @@
<span class="special">};</span>
</pre>
<div class="table">
<a name="id482137"></a><p class="title"><b>Table<EFBFBD>1.11.<2E>Parameters</b></p>
<a name="id482176"></a><p class="title"><b>Table<EFBFBD>1.11.<2E>Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@ -92,7 +92,7 @@
</table>
</div>
<a name="fusion.iterator.metafunctions.value_of.expression_semantics"></a><h5>
<a name="id482237"></a>
<a name="id482276"></a>
<a href="value_of.html#fusion.iterator.metafunctions.value_of.expression_semantics">Expression
Semantics</a>
</h5>
@ -107,7 +107,7 @@
a sequence at iterator position <tt class="computeroutput"><span class="identifier">I</span></tt>.
</p>
<a name="fusion.iterator.metafunctions.value_of.header"></a><h5>
<a name="id482351"></a>
<a name="id482390"></a>
<a href="value_of.html#fusion.iterator.metafunctions.value_of.header">Header</a>
</h5>
<pre class="programlisting">
@ -115,7 +115,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">value_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<a name="fusion.iterator.metafunctions.value_of.example"></a><h5>
<a name="id482510"></a>
<a name="id482549"></a>
<a href="value_of.html#fusion.iterator.metafunctions.value_of.example">Example</a>
</h5>
<pre class="programlisting">