Update of
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/conversion/metafunctions
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17585/html/fusion/sequences/conversion/metafunctions
Modified Files:
as_list.html as_map.html as_set.html as_vector.html
Log Message:
revises function object concepts and functional module documenation to reflect
boost::result_of-based result computation
Index: as_list.html
===================================================================
RCS file:
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/conversion/metafunctions/as_list.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- as_list.html 25 Feb 2007 22:02:23 -0000 1.13
+++ as_list.html 13 Jul 2007 19:25:26 -0000 1.14
@@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h5 class="title">
<a name="fusion.sequences.conversion.metafunctions.as_list"></a><a
href="as_list.html" title="as_list">as_list</a></h5></div></div></div>
<a
name="fusion.sequences.conversion.metafunctions.as_list.description"></a><h6>
-<a name="id1070897"></a>
+<a name="id1103926"></a>
<a
href="as_list.html#fusion.sequences.conversion.metafunctions.as_list.description">Description</a>
</h6>
<p>
Returns the result type of <a href="../functions/as_list.html"
title="as_list"><code class="computeroutput"><span
class="identifier">as_list</span></code></a>.
</p>
<a name="fusion.sequences.conversion.metafunctions.as_list.synopsis"></a><h6>
-<a name="id1070939"></a>
+<a name="id1103969"></a>
<a
href="as_list.html#fusion.sequences.conversion.metafunctions.as_list.synopsis">Synopsis</a>
</h6>
<pre class="programlisting">
@@ -41,7 +41,7 @@
<span class="keyword">struct</span> <span
class="identifier">as_list</span><span class="special">;</span>
</pre>
<a name="fusion.sequences.conversion.metafunctions.as_list.parameters"></a><h6>
-<a name="id1071010"></a>
+<a name="id1104041"></a>
<a
href="as_list.html#fusion.sequences.conversion.metafunctions.as_list.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -51,21 +51,42 @@
<col>
</colgroup>
<thead><tr>
-<th>Parameter</th>
-<th>Requirement</th>
-<th>Description</th>
+<th>
+ <p>
+ Parameter
+ </p>
+ </th>
+<th>
+ <p>
+ Requirement
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
</tr></thead>
<tbody><tr>
-<td><code class="computeroutput"><span
class="identifier">Sequence</span></code></td>
-<td>A
- fusion <a href="../../../sequences.html"
title="Sequences">Sequence</a>
-</td>
-<td>The
- sequence type to convert.</td>
+<td>
+ <p>
+ <code class="computeroutput"><span
class="identifier">Sequence</span></code>
+ </p>
+ </td>
+<td>
+ <p>
+ A fusion <a href="../../../sequences.html"
title="Sequences">Sequence</a>
+ </p>
+ </td>
+<td>
+ <p>
+ The sequence type to convert.
+ </p>
+ </td>
</tr></tbody>
</table></div>
<a
name="fusion.sequences.conversion.metafunctions.as_list.expression_semantics"></a><h6>
-<a name="id1071089"></a>
+<a name="id1104147"></a>
<a
href="as_list.html#fusion.sequences.conversion.metafunctions.as_list.expression_semantics">Expression
Semantics</a>
</h6>
@@ -81,14 +102,14 @@
<code class="computeroutput"><span
class="identifier">Sequence</span></code>, to a <a
href="../../containers/list.html" title="list"><code
class="computeroutput"><span class="identifier">list</span></code></a>.
</p>
<a name="fusion.sequences.conversion.metafunctions.as_list.header"></a><h6>
-<a name="id1071221"></a>
+<a name="id1104286"></a>
<a
href="as_list.html#fusion.sequences.conversion.metafunctions.as_list.header">Header</a>
</h6>
<pre class="programlisting">
<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">conversion</span><span
class="special">/</span><span class="identifier">as_list</span><span
class="special">.</span><span class="identifier">hpp</span><span
class="special">></span>
</pre>
<a name="fusion.sequences.conversion.metafunctions.as_list.example"></a><h6>
-<a name="id1071315"></a>
+<a name="id1104381"></a>
<a
href="as_list.html#fusion.sequences.conversion.metafunctions.as_list.example">Example</a>
</h6>
<pre class="programlisting">
Index: as_map.html
===================================================================
RCS file:
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/conversion/metafunctions/as_map.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- as_map.html 25 Feb 2007 22:02:23 -0000 1.13
+++ as_map.html 13 Jul 2007 19:25:26 -0000 1.14
@@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h5 class="title">
<a name="fusion.sequences.conversion.metafunctions.as_map"></a><a
href="as_map.html" title="as_map">as_map</a></h5></div></div></div>
<a name="fusion.sequences.conversion.metafunctions.as_map.description"></a><h6>
-<a name="id1072499"></a>
+<a name="id1105644"></a>
<a
href="as_map.html#fusion.sequences.conversion.metafunctions.as_map.description">Description</a>
</h6>
<p>
Returns the result type of <a href="../functions/as_map.html"
title="as_map"><code class="computeroutput"><span
class="identifier">as_map</span></code></a>.
</p>
<a name="fusion.sequences.conversion.metafunctions.as_map.synopsis"></a><h6>
-<a name="id1072541"></a>
+<a name="id1105687"></a>
<a
href="as_map.html#fusion.sequences.conversion.metafunctions.as_map.synopsis">Synopsis</a>
</h6>
<pre class="programlisting">
@@ -41,7 +41,7 @@
<span class="keyword">struct</span> <span
class="identifier">as_map</span><span class="special">;</span>
</pre>
<a name="fusion.sequences.conversion.metafunctions.as_map.parameters"></a><h6>
-<a name="id1072611"></a>
+<a name="id1105759"></a>
<a
href="as_map.html#fusion.sequences.conversion.metafunctions.as_map.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -51,21 +51,42 @@
<col>
</colgroup>
<thead><tr>
-<th>Parameter</th>
-<th>Requirement</th>
-<th>Description</th>
+<th>
+ <p>
+ Parameter
+ </p>
+ </th>
+<th>
+ <p>
+ Requirement
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
</tr></thead>
<tbody><tr>
-<td><code class="computeroutput"><span
class="identifier">Sequence</span></code></td>
-<td>A
- fusion <a href="../../../sequences.html"
title="Sequences">Sequence</a>
-</td>
-<td>The
- sequence to convert.</td>
+<td>
+ <p>
+ <code class="computeroutput"><span
class="identifier">Sequence</span></code>
+ </p>
+ </td>
+<td>
+ <p>
+ A fusion <a href="../../../sequences.html"
title="Sequences">Sequence</a>
+ </p>
+ </td>
+<td>
+ <p>
+ The sequence to convert.
+ </p>
+ </td>
</tr></tbody>
</table></div>
<a
name="fusion.sequences.conversion.metafunctions.as_map.expression_semantics"></a><h6>
-<a name="id1072690"></a>
+<a name="id1105864"></a>
<a
href="as_map.html#fusion.sequences.conversion.metafunctions.as_map.expression_semantics">Expression
Semantics</a>
</h6>
@@ -86,14 +107,14 @@
There may be no duplicate <a href="../../../support/pair.html"
title="pair"><code class="computeroutput"><span
class="identifier">fusion</span><span class="special">::</span><span
class="identifier">pair</span></code></a> key types.
</p>
<a name="fusion.sequences.conversion.metafunctions.as_map.header"></a><h6>
-<a name="id1072860"></a>
+<a name="id1106042"></a>
<a
href="as_map.html#fusion.sequences.conversion.metafunctions.as_map.header">Header</a>
</h6>
<pre class="programlisting">
<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">conversion</span><span
class="special">/</span><span class="identifier">as_map</span><span
class="special">.</span><span class="identifier">hpp</span><span
class="special">></span>
</pre>
<a name="fusion.sequences.conversion.metafunctions.as_map.example"></a><h6>
-<a name="id1072953"></a>
+<a name="id1106137"></a>
<a
href="as_map.html#fusion.sequences.conversion.metafunctions.as_map.example">Example</a>
</h6>
<pre class="programlisting">
Index: as_set.html
===================================================================
RCS file:
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/conversion/metafunctions/as_set.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- as_set.html 25 Feb 2007 22:02:23 -0000 1.13
+++ as_set.html 13 Jul 2007 19:25:26 -0000 1.14
@@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h5 class="title">
<a name="fusion.sequences.conversion.metafunctions.as_set"></a><a
href="as_set.html" title="as_set">as_set</a></h5></div></div></div>
<a name="fusion.sequences.conversion.metafunctions.as_set.description"></a><h6>
-<a name="id1071959"></a>
+<a name="id1105065"></a>
<a
href="as_set.html#fusion.sequences.conversion.metafunctions.as_set.description">Description</a>
</h6>
<p>
Returns the result type of <a href="../functions/as_set.html"
title="as_set"><code class="computeroutput"><span
class="identifier">as_set</span></code></a>.
</p>
<a name="fusion.sequences.conversion.metafunctions.as_set.synopsis"></a><h6>
-<a name="id1072002"></a>
+<a name="id1105109"></a>
<a
href="as_set.html#fusion.sequences.conversion.metafunctions.as_set.synopsis">Synopsis</a>
</h6>
<pre class="programlisting">
@@ -41,7 +41,7 @@
<span class="keyword">struct</span> <span
class="identifier">as_set</span><span class="special">;</span>
</pre>
<a name="fusion.sequences.conversion.metafunctions.as_set.parameters"></a><h6>
-<a name="id1072072"></a>
+<a name="id1105181"></a>
<a
href="as_set.html#fusion.sequences.conversion.metafunctions.as_set.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -51,21 +51,42 @@
<col>
</colgroup>
<thead><tr>
-<th>Parameter</th>
-<th>Requirement</th>
-<th>Description</th>
+<th>
+ <p>
+ Parameter
+ </p>
+ </th>
+<th>
+ <p>
+ Requirement
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
</tr></thead>
<tbody><tr>
-<td><code class="computeroutput"><span
class="identifier">Sequence</span></code></td>
-<td>A
- fusion <a href="../../../sequences.html"
title="Sequences">Sequence</a>
-</td>
-<td>The
- sequence to convert.</td>
+<td>
+ <p>
+ <code class="computeroutput"><span
class="identifier">Sequence</span></code>
+ </p>
+ </td>
+<td>
+ <p>
+ A fusion <a href="../../../sequences.html"
title="Sequences">Sequence</a>
+ </p>
+ </td>
+<td>
+ <p>
+ The sequence to convert.
+ </p>
+ </td>
</tr></tbody>
</table></div>
<a
name="fusion.sequences.conversion.metafunctions.as_set.expression_semantics"></a><h6>
-<a name="id1072151"></a>
+<a name="id1105287"></a>
<a
href="as_set.html#fusion.sequences.conversion.metafunctions.as_set.expression_semantics">Expression
Semantics</a>
</h6>
@@ -85,14 +106,14 @@
key types.
</p>
<a name="fusion.sequences.conversion.metafunctions.as_set.header"></a><h6>
-<a name="id1072292"></a>
+<a name="id1105434"></a>
<a
href="as_set.html#fusion.sequences.conversion.metafunctions.as_set.header">Header</a>
</h6>
<pre class="programlisting">
<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">conversion</span><span
class="special">/</span><span class="identifier">as_set</span><span
class="special">.</span><span class="identifier">hpp</span><span
class="special">></span>
</pre>
<a name="fusion.sequences.conversion.metafunctions.as_set.example"></a><h6>
-<a name="id1072385"></a>
+<a name="id1105529"></a>
<a
href="as_set.html#fusion.sequences.conversion.metafunctions.as_set.example">Example</a>
</h6>
<pre class="programlisting">
Index: as_vector.html
===================================================================
RCS file:
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/conversion/metafunctions/as_vector.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- as_vector.html 25 Feb 2007 22:02:23 -0000 1.13
+++ as_vector.html 13 Jul 2007 19:25:26 -0000 1.14
@@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h5 class="title">
<a name="fusion.sequences.conversion.metafunctions.as_vector"></a><a
href="as_vector.html" title="as_vector">as_vector</a></h5></div></div></div>
<a
name="fusion.sequences.conversion.metafunctions.as_vector.description"></a><h6>
-<a name="id1071428"></a>
+<a name="id1104496"></a>
<a
href="as_vector.html#fusion.sequences.conversion.metafunctions.as_vector.description">Description</a>
</h6>
<p>
Returns the result type of <a href="../functions/as_vector.html"
title="as_vector"><code class="computeroutput"><span
class="identifier">as_vector</span></code></a>.
</p>
<a name="fusion.sequences.conversion.metafunctions.as_vector.synopsis"></a><h6>
-<a name="id1071470"></a>
+<a name="id1104539"></a>
<a
href="as_vector.html#fusion.sequences.conversion.metafunctions.as_vector.synopsis">Synopsis</a>
</h6>
<pre class="programlisting">
@@ -41,7 +41,7 @@
<span class="keyword">struct</span> <span
class="identifier">as_vector</span><span class="special">;</span>
</pre>
<a
name="fusion.sequences.conversion.metafunctions.as_vector.parameters"></a><h6>
-<a name="id1071541"></a>
+<a name="id1104611"></a>
<a
href="as_vector.html#fusion.sequences.conversion.metafunctions.as_vector.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
@@ -51,21 +51,42 @@
<col>
</colgroup>
<thead><tr>
-<th>Parameter</th>
-<th>Requirement</th>
-<th>Description</th>
+<th>
+ <p>
+ Parameter
+ </p>
+ </th>
+<th>
+ <p>
+ Requirement
+ </p>
+ </th>
+<th>
+ <p>
+ Description
+ </p>
+ </th>
</tr></thead>
<tbody><tr>
-<td><code class="computeroutput"><span
class="identifier">Sequence</span></code></td>
-<td>A
- fusion <a href="../../../sequences.html"
title="Sequences">Sequence</a>
-</td>
-<td>The
- sequence to convert.</td>
+<td>
+ <p>
+ <code class="computeroutput"><span
class="identifier">Sequence</span></code>
+ </p>
+ </td>
+<td>
+ <p>
+ A fusion <a href="../../../sequences.html"
title="Sequences">Sequence</a>
+ </p>
+ </td>
+<td>
+ <p>
+ The sequence to convert.
+ </p>
+ </td>
</tr></tbody>
</table></div>
<a
name="fusion.sequences.conversion.metafunctions.as_vector.expression_semantics"></a><h6>
-<a name="id1071620"></a>
+<a name="id1104717"></a>
<a
href="as_vector.html#fusion.sequences.conversion.metafunctions.as_vector.expression_semantics">Expression
Semantics</a>
</h6>
@@ -81,14 +102,14 @@
<code class="computeroutput"><span
class="identifier">Sequence</span></code>, to a <a
href="../../containers/vector.html" title="vector"><code
class="computeroutput"><span class="identifier">vector</span></code></a>.
</p>
<a name="fusion.sequences.conversion.metafunctions.as_vector.header"></a><h6>
-<a name="id1071753"></a>
+<a name="id1104856"></a>
<a
href="as_vector.html#fusion.sequences.conversion.metafunctions.as_vector.header">Header</a>
</h6>
<pre class="programlisting">
<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">conversion</span><span
class="special">/</span><span class="identifier">as_vector</span><span
class="special">.</span><span class="identifier">hpp</span><span
class="special">></span>
</pre>
<a name="fusion.sequences.conversion.metafunctions.as_vector.example"></a><h6>
-<a name="id1071846"></a>
+<a name="id1104951"></a>
<a
href="as_vector.html#fusion.sequences.conversion.metafunctions.as_vector.example">Example</a>
</h6>
<pre class="programlisting">
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs