Update of 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/conversion/functions
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17585/html/fusion/sequences/conversion/functions

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/functions/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.functions.as_list"></a><a 
href="as_list.html" title="as_list">as_list</a></h5></div></div></div>
 <a name="fusion.sequences.conversion.functions.as_list.description"></a><h6>
-<a name="id1068090"></a>
+<a name="id1083489"></a>
             <a 
href="as_list.html#fusion.sequences.conversion.functions.as_list.description">Description</a>
           </h6>
 <p>
             Convert a fusion sequence 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.functions.as_list.synopsis"></a><h6>
-<a name="id1068132"></a>
+<a name="id1101009"></a>
             <a 
href="as_list.html#fusion.sequences.conversion.functions.as_list.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting">
@@ -46,7 +46,7 @@
 <span class="identifier">as_list</span><span class="special">(</span><span 
class="identifier">Sequence</span> <span class="keyword">const</span><span 
class="special">&amp;</span> <span class="identifier">seq</span><span 
class="special">);</span>
 </pre>
 <a name="fusion.sequences.conversion.functions.as_list.parameters"></a><h6>
-<a name="id1068358"></a>
+<a name="id1101236"></a>
             <a 
href="as_list.html#fusion.sequences.conversion.functions.as_list.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -56,19 +56,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">seq</span></code></td>
-<td>An
-                  instance of Sequence</td>
-<td>The sequence to convert.</td>
+<td>
+                  <p>
+                    <code class="computeroutput"><span 
class="identifier">seq</span></code>
+                  </p>
+                  </td>
+<td>
+                  <p>
+                    An instance of Sequence
+                  </p>
+                  </td>
+<td>
+                  <p>
+                    The sequence to convert.
+                  </p>
+                  </td>
 </tr></tbody>
 </table></div>
 <a 
name="fusion.sequences.conversion.functions.as_list.expression_semantics"></a><h6>
-<a name="id1068430"></a>
+<a name="id1101334"></a>
             <a 
href="as_list.html#fusion.sequences.conversion.functions.as_list.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -83,14 +106,14 @@
             <code class="computeroutput"><span 
class="identifier">seq</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.functions.as_list.header"></a><h6>
-<a name="id1068567"></a>
+<a name="id1101477"></a>
             <a 
href="as_list.html#fusion.sequences.conversion.functions.as_list.header">Header</a>
           </h6>
 <pre class="programlisting">
 <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">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">&gt;</span>
 </pre>
 <a name="fusion.sequences.conversion.functions.as_list.example"></a><h6>
-<a name="id1068660"></a>
+<a name="id1101572"></a>
             <a 
href="as_list.html#fusion.sequences.conversion.functions.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/functions/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.functions.as_map"></a><a 
href="as_map.html" title="as_map">as_map</a></h5></div></div></div>
 <a name="fusion.sequences.conversion.functions.as_map.description"></a><h6>
-<a name="id1070118"></a>
+<a name="id1103108"></a>
             <a 
href="as_map.html#fusion.sequences.conversion.functions.as_map.description">Description</a>
           </h6>
 <p>
             Convert a fusion sequence to a <a href="../../containers/map.html" 
title="map"><code class="computeroutput"><span 
class="identifier">map</span></code></a>.
           </p>
 <a name="fusion.sequences.conversion.functions.as_map.synopsis"></a><h6>
-<a name="id1070160"></a>
+<a name="id1103150"></a>
             <a 
href="as_map.html#fusion.sequences.conversion.functions.as_map.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting">
@@ -46,7 +46,7 @@
 <span class="identifier">as_map</span><span class="special">(</span><span 
class="identifier">Sequence</span> <span class="keyword">const</span><span 
class="special">&amp;</span> <span class="identifier">seq</span><span 
class="special">);</span>
 </pre>
 <a name="fusion.sequences.conversion.functions.as_map.parameters"></a><h6>
-<a name="id1070385"></a>
+<a name="id1103377"></a>
             <a 
href="as_map.html#fusion.sequences.conversion.functions.as_map.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -56,19 +56,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">seq</span></code></td>
-<td>An
-                  instance of Sequence</td>
-<td>The sequence to convert.</td>
+<td>
+                  <p>
+                    <code class="computeroutput"><span 
class="identifier">seq</span></code>
+                  </p>
+                  </td>
+<td>
+                  <p>
+                    An instance of Sequence
+                  </p>
+                  </td>
+<td>
+                  <p>
+                    The sequence to convert.
+                  </p>
+                  </td>
 </tr></tbody>
 </table></div>
 <a 
name="fusion.sequences.conversion.functions.as_map.expression_semantics"></a><h6>
-<a name="id1070458"></a>
+<a name="id1103476"></a>
             <a 
href="as_map.html#fusion.sequences.conversion.functions.as_map.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -88,14 +111,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.functions.as_map.header"></a><h6>
-<a name="id1070632"></a>
+<a name="id1103658"></a>
             <a 
href="as_map.html#fusion.sequences.conversion.functions.as_map.header">Header</a>
           </h6>
 <pre class="programlisting">
 <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">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">&gt;</span>
 </pre>
 <a name="fusion.sequences.conversion.functions.as_map.example"></a><h6>
-<a name="id1070725"></a>
+<a name="id1103753"></a>
             <a 
href="as_map.html#fusion.sequences.conversion.functions.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/functions/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.functions.as_set"></a><a 
href="as_set.html" title="as_set">as_set</a></h5></div></div></div>
 <a name="fusion.sequences.conversion.functions.as_set.description"></a><h6>
-<a name="id1069438"></a>
+<a name="id1102389"></a>
             <a 
href="as_set.html#fusion.sequences.conversion.functions.as_set.description">Description</a>
           </h6>
 <p>
             Convert a fusion sequence to a <a href="../../containers/set.html" 
title="set"><code class="computeroutput"><span 
class="identifier">set</span></code></a>.
           </p>
 <a name="fusion.sequences.conversion.functions.as_set.synopsis"></a><h6>
-<a name="id1069479"></a>
+<a name="id1102432"></a>
             <a 
href="as_set.html#fusion.sequences.conversion.functions.as_set.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting">
@@ -46,7 +46,7 @@
 <span class="identifier">as_set</span><span class="special">(</span><span 
class="identifier">Sequence</span> <span class="keyword">const</span><span 
class="special">&amp;</span> <span class="identifier">seq</span><span 
class="special">);</span>
 </pre>
 <a name="fusion.sequences.conversion.functions.as_set.parameters"></a><h6>
-<a name="id1069705"></a>
+<a name="id1102659"></a>
             <a 
href="as_set.html#fusion.sequences.conversion.functions.as_set.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -56,19 +56,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">seq</span></code></td>
-<td>An
-                  instance of Sequence</td>
-<td>The sequence to convert.</td>
+<td>
+                  <p>
+                    <code class="computeroutput"><span 
class="identifier">seq</span></code>
+                  </p>
+                  </td>
+<td>
+                  <p>
+                    An instance of Sequence
+                  </p>
+                  </td>
+<td>
+                  <p>
+                    The sequence to convert.
+                  </p>
+                  </td>
 </tr></tbody>
 </table></div>
 <a 
name="fusion.sequences.conversion.functions.as_set.expression_semantics"></a><h6>
-<a name="id1069777"></a>
+<a name="id1102757"></a>
             <a 
href="as_set.html#fusion.sequences.conversion.functions.as_set.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -87,14 +110,14 @@
             key types.
           </p>
 <a name="fusion.sequences.conversion.functions.as_set.header"></a><h6>
-<a name="id1069922"></a>
+<a name="id1102909"></a>
             <a 
href="as_set.html#fusion.sequences.conversion.functions.as_set.header">Header</a>
           </h6>
 <pre class="programlisting">
 <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">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">&gt;</span>
 </pre>
 <a name="fusion.sequences.conversion.functions.as_set.example"></a><h6>
-<a name="id1070014"></a>
+<a name="id1103002"></a>
             <a 
href="as_set.html#fusion.sequences.conversion.functions.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/functions/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.functions.as_vector"></a><a 
href="as_vector.html" title="as_vector">as_vector</a></h5></div></div></div>
 <a name="fusion.sequences.conversion.functions.as_vector.description"></a><h6>
-<a name="id1068764"></a>
+<a name="id1101677"></a>
             <a 
href="as_vector.html#fusion.sequences.conversion.functions.as_vector.description">Description</a>
           </h6>
 <p>
             Convert a fusion sequence 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.functions.as_vector.synopsis"></a><h6>
-<a name="id1068807"></a>
+<a name="id1101721"></a>
             <a 
href="as_vector.html#fusion.sequences.conversion.functions.as_vector.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting">
@@ -46,7 +46,7 @@
 <span class="identifier">as_vector</span><span class="special">(</span><span 
class="identifier">Sequence</span> <span class="keyword">const</span><span 
class="special">&amp;</span> <span class="identifier">seq</span><span 
class="special">);</span>
 </pre>
 <a name="fusion.sequences.conversion.functions.as_vector.parameters"></a><h6>
-<a name="id1069032"></a>
+<a name="id1101948"></a>
             <a 
href="as_vector.html#fusion.sequences.conversion.functions.as_vector.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -56,19 +56,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">seq</span></code></td>
-<td>An
-                  instance of Sequence</td>
-<td>The sequence to convert.</td>
+<td>
+                  <p>
+                    <code class="computeroutput"><span 
class="identifier">seq</span></code>
+                  </p>
+                  </td>
+<td>
+                  <p>
+                    An instance of Sequence
+                  </p>
+                  </td>
+<td>
+                  <p>
+                    The sequence to convert.
+                  </p>
+                  </td>
 </tr></tbody>
 </table></div>
 <a 
name="fusion.sequences.conversion.functions.as_vector.expression_semantics"></a><h6>
-<a name="id1069104"></a>
+<a name="id1102046"></a>
             <a 
href="as_vector.html#fusion.sequences.conversion.functions.as_vector.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -83,14 +106,14 @@
             <code class="computeroutput"><span 
class="identifier">seq</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.functions.as_vector.header"></a><h6>
-<a name="id1069241"></a>
+<a name="id1102189"></a>
             <a 
href="as_vector.html#fusion.sequences.conversion.functions.as_vector.header">Header</a>
           </h6>
 <pre class="programlisting">
 <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">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">&gt;</span>
 </pre>
 <a name="fusion.sequences.conversion.functions.as_vector.example"></a><h6>
-<a name="id1069334"></a>
+<a name="id1102284"></a>
             <a 
href="as_vector.html#fusion.sequences.conversion.functions.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

Reply via email to