Update of 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/algorithms/query/metafunctions
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17585/html/fusion/algorithms/query/metafunctions

Modified Files:
        all.html any.html count.html count_if.html find.html 
        find_if.html none.html 
Log Message:
revises function object concepts and functional module documenation to reflect
boost::result_of-based result computation


Index: all.html
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/algorithms/query/metafunctions/all.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- all.html    25 Feb 2007 22:02:15 -0000      1.13
+++ all.html    13 Jul 2007 19:25:16 -0000      1.14
@@ -26,14 +26,14 @@
 <div class="titlepage"><div><div><h5 class="title">
 <a name="fusion.algorithms.query.metafunctions.all"></a><a href="all.html" 
title="all">all</a></h5></div></div></div>
 <a name="fusion.algorithms.query.metafunctions.all.description"></a><h6>
-<a name="id1110881"></a>
+<a name="id1145360"></a>
             <a 
href="all.html#fusion.algorithms.query.metafunctions.all.description">Description</a>
           </h6>
 <p>
             A metafunction returning the result type of <a 
href="../functions/all.html" title="all"><code class="computeroutput"><span 
class="identifier">all</span></code></a>.
           </p>
 <a name="fusion.algorithms.query.metafunctions.all.synopsis"></a><h6>
-<a name="id1110924"></a>
+<a name="id1145404"></a>
             <a 
href="all.html#fusion.algorithms.query.metafunctions.all.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting">
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1111029"></a><p class="title"><b>Table 1.46. Parameters</b></p>
+<a name="id1145511"></a><p class="title"><b>Table 1.47. Parameters</b></p>
 <table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -55,34 +55,66 @@
 <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
-                model of <a 
href="../../../sequences/concepts/forward_sequence.html" title="Forward
+<td>
+                <p>
+                  <code class="computeroutput"><span 
class="identifier">Sequence</span></code>
+                </p>
+                </td>
+<td>
+                <p>
+                  A model of <a 
href="../../../sequences/concepts/forward_sequence.html" title="Forward
         Sequence">Forward
-                Sequence</a>
-</td>
-<td>Operation's argument</td>
+                  Sequence</a>
+                </p>
+                </td>
+<td>
+                <p>
+                  Operation's argument
+                </p>
+                </td>
 </tr>
 <tr>
-<td><code class="computeroutput"><span class="identifier">F</span></code></td>
-<td>A
-                model of unary <a 
href="../../../functional/concepts/poly.html" title=" Polymorphic Function
+<td>
+                <p>
+                  <code class="computeroutput"><span 
class="identifier">F</span></code>
+                </p>
+                </td>
+<td>
+                <p>
+                  A model of unary <a 
href="../../../functional/concepts/poly.html" title=" Polymorphic Function
         Object">Polymorphic
-                Function Object</a>
-</td>
-<td>Operation's argument</td>
+                  Function Object</a>
+                </p>
+                </td>
+<td>
+                <p>
+                  Operation's argument
+                </p>
+                </td>
 </tr>
 </tbody>
 </table>
 </div>
 <a 
name="fusion.algorithms.query.metafunctions.all.expression_semantics"></a><h6>
-<a name="id1111120"></a>
+<a name="id1145642"></a>
             <a 
href="all.html#fusion.algorithms.query.metafunctions.all.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -102,14 +134,14 @@
             The return type is always <code class="computeroutput"><span 
class="keyword">bool</span></code>.
           </p>
 <a name="fusion.algorithms.query.metafunctions.all.complexity"></a><h6>
-<a name="id1111278"></a>
+<a name="id1145808"></a>
             <a 
href="all.html#fusion.algorithms.query.metafunctions.all.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithms.query.metafunctions.all.header"></a><h6>
-<a name="id1111306"></a>
+<a name="id1145836"></a>
             <a 
href="all.html#fusion.algorithms.query.metafunctions.all.header">Header</a>
           </h6>
 <pre class="programlisting">

Index: any.html
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/algorithms/query/metafunctions/any.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- any.html    25 Feb 2007 22:02:15 -0000      1.13
+++ any.html    13 Jul 2007 19:25:16 -0000      1.14
@@ -26,14 +26,14 @@
 <div class="titlepage"><div><div><h5 class="title">
 <a name="fusion.algorithms.query.metafunctions.any"></a><a href="any.html" 
title="any">any</a></h5></div></div></div>
 <a name="fusion.algorithms.query.metafunctions.any.description"></a><h6>
-<a name="id1110346"></a>
+<a name="id1144772"></a>
             <a 
href="any.html#fusion.algorithms.query.metafunctions.any.description">Description</a>
           </h6>
 <p>
             A metafunction returning the result type of <a 
href="../functions/any.html" title="any"><code class="computeroutput"><span 
class="identifier">any</span></code></a>.
           </p>
 <a name="fusion.algorithms.query.metafunctions.any.synopsis"></a><h6>
-<a name="id1110389"></a>
+<a name="id1144816"></a>
             <a 
href="any.html#fusion.algorithms.query.metafunctions.any.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting">
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1110494"></a><p class="title"><b>Table 1.45. Parameters</b></p>
+<a name="id1144923"></a><p class="title"><b>Table 1.46. Parameters</b></p>
 <table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -55,34 +55,66 @@
 <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
-                model of <a 
href="../../../sequences/concepts/forward_sequence.html" title="Forward
+<td>
+                <p>
+                  <code class="computeroutput"><span 
class="identifier">Sequence</span></code>
+                </p>
+                </td>
+<td>
+                <p>
+                  A model of <a 
href="../../../sequences/concepts/forward_sequence.html" title="Forward
         Sequence">Forward
-                Sequence</a>
-</td>
-<td>Operation's argument</td>
+                  Sequence</a>
+                </p>
+                </td>
+<td>
+                <p>
+                  Operation's argument
+                </p>
+                </td>
 </tr>
 <tr>
-<td><code class="computeroutput"><span class="identifier">F</span></code></td>
-<td>A
-                model of unary <a 
href="../../../functional/concepts/poly.html" title=" Polymorphic Function
+<td>
+                <p>
+                  <code class="computeroutput"><span 
class="identifier">F</span></code>
+                </p>
+                </td>
+<td>
+                <p>
+                  A model of unary <a 
href="../../../functional/concepts/poly.html" title=" Polymorphic Function
         Object">Polymorphic
-                Function Object</a>
-</td>
-<td>Operation's argument</td>
+                  Function Object</a>
+                </p>
+                </td>
+<td>
+                <p>
+                  Operation's argument
+                </p>
+                </td>
 </tr>
 </tbody>
 </table>
 </div>
 <a 
name="fusion.algorithms.query.metafunctions.any.expression_semantics"></a><h6>
-<a name="id1110585"></a>
+<a name="id1145054"></a>
             <a 
href="any.html#fusion.algorithms.query.metafunctions.any.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -102,14 +134,14 @@
             The return type is always <code class="computeroutput"><span 
class="keyword">bool</span></code>.
           </p>
 <a name="fusion.algorithms.query.metafunctions.any.complexity"></a><h6>
-<a name="id1110743"></a>
+<a name="id1145220"></a>
             <a 
href="any.html#fusion.algorithms.query.metafunctions.any.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithms.query.metafunctions.any.header"></a><h6>
-<a name="id1110771"></a>
+<a name="id1145248"></a>
             <a 
href="any.html#fusion.algorithms.query.metafunctions.any.header">Header</a>
           </h6>
 <pre class="programlisting">

Index: count.html
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/algorithms/query/metafunctions/count.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- count.html  25 Feb 2007 22:02:15 -0000      1.13
+++ count.html  13 Jul 2007 19:25:16 -0000      1.14
@@ -26,7 +26,7 @@
 <div class="titlepage"><div><div><h5 class="title">
 <a name="fusion.algorithms.query.metafunctions.count"></a><a href="count.html" 
title="count">count</a></h5></div></div></div>
 <a name="fusion.algorithms.query.metafunctions.count.description"></a><h6>
-<a name="id1113127"></a>
+<a name="id1147815"></a>
             <a 
href="count.html#fusion.algorithms.query.metafunctions.count.description">Description</a>
           </h6>
 <p>
@@ -34,7 +34,7 @@
             given the sequence and search types.
           </p>
 <a name="fusion.algorithms.query.metafunctions.count.synopsis"></a><h6>
-<a name="id1113165"></a>
+<a name="id1147854"></a>
             <a 
href="count.html#fusion.algorithms.query.metafunctions.count.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting">
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1113271"></a><p class="title"><b>Table 1.50. Parameters</b></p>
+<a name="id1147962"></a><p class="title"><b>Table 1.51. Parameters</b></p>
 <table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -56,32 +56,64 @@
 <col>
 </colgroup>
 <thead><tr>
-<th>Parameter</th>
-<th>Requirement</th>
-<th>heading
-                Description</th>
+<th>
+                <p>
+                  Parameter
+                </p>
+                </th>
+<th>
+                <p>
+                  Requirement
+                </p>
+                </th>
+<th>
+                <p>
+                  heading Description
+                </p>
+                </th>
 </tr></thead>
 <tbody>
 <tr>
-<td><code class="computeroutput"><span 
class="identifier">Sequence</span></code></td>
-<td>A
-                model of <a 
href="../../../sequences/concepts/forward_sequence.html" title="Forward
+<td>
+                <p>
+                  <code class="computeroutput"><span 
class="identifier">Sequence</span></code>
+                </p>
+                </td>
+<td>
+                <p>
+                  A model of <a 
href="../../../sequences/concepts/forward_sequence.html" title="Forward
         Sequence">Forward
-                Sequence</a>
-</td>
-<td>Operation's argument</td>
+                  Sequence</a>
+                </p>
+                </td>
+<td>
+                <p>
+                  Operation's argument
+                </p>
+                </td>
 </tr>
 <tr>
-<td><code class="computeroutput"><span class="identifier">T</span></code></td>
-<td>Any
-                type</td>
-<td>Operation's argument</td>
+<td>
+                <p>
+                  <code class="computeroutput"><span 
class="identifier">T</span></code>
+                </p>
+                </td>
+<td>
+                <p>
+                  Any type
+                </p>
+                </td>
+<td>
+                <p>
+                  Operation's argument
+                </p>
+                </td>
 </tr>
 </tbody>
 </table>
 </div>
 <a 
name="fusion.algorithms.query.metafunctions.count.expression_semantics"></a><h6>
-<a name="id1113357"></a>
+<a name="id1148087"></a>
             <a 
href="count.html#fusion.algorithms.query.metafunctions.count.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -97,14 +129,14 @@
             <code class="computeroutput"><span 
class="keyword">int</span></code>.
           </p>
 <a name="fusion.algorithms.query.metafunctions.count.complexity"></a><h6>
-<a name="id1113478"></a>
+<a name="id1148214"></a>
             <a 
href="count.html#fusion.algorithms.query.metafunctions.count.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithms.query.metafunctions.count.header"></a><h6>
-<a name="id1113506"></a>
+<a name="id1148242"></a>
             <a 
href="count.html#fusion.algorithms.query.metafunctions.count.header">Header</a>
           </h6>
 <pre class="programlisting">

Index: count_if.html
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/algorithms/query/metafunctions/count_if.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- count_if.html       25 Feb 2007 22:02:15 -0000      1.13
+++ count_if.html       13 Jul 2007 19:25:16 -0000      1.14
@@ -26,7 +26,7 @@
 <div class="titlepage"><div><div><h5 class="title">
 <a name="fusion.algorithms.query.metafunctions.count_if"></a><a 
href="count_if.html" title="count_if">count_if</a></h5></div></div></div>
 <a name="fusion.algorithms.query.metafunctions.count_if.description"></a><h6>
-<a name="id1113617"></a>
+<a name="id1148354"></a>
             <a 
href="count_if.html#fusion.algorithms.query.metafunctions.count_if.description">Description</a>
           </h6>
 <p>
@@ -34,7 +34,7 @@
             given the sequence and predicate types.
           </p>
 <a name="fusion.algorithms.query.metafunctions.count_if.synopsis"></a><h6>
-<a name="id1113655"></a>
+<a name="id1148393"></a>
             <a 
href="count_if.html#fusion.algorithms.query.metafunctions.count_if.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting">
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1113761"></a><p class="title"><b>Table 1.51. Parameters</b></p>
+<a name="id1148501"></a><p class="title"><b>Table 1.52. Parameters</b></p>
 <table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -56,31 +56,64 @@
 <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
-                model of <a 
href="../../../sequences/concepts/forward_sequence.html" title="Forward
+<td>
+                <p>
+                  <code class="computeroutput"><span 
class="identifier">Sequence</span></code>
+                </p>
+                </td>
+<td>
+                <p>
+                  A model of <a 
href="../../../sequences/concepts/forward_sequence.html" title="Forward
         Sequence">Forward
-                Sequence</a>
-</td>
-<td>Operation's argument</td>
+                  Sequence</a>
+                </p>
+                </td>
+<td>
+                <p>
+                  Operation's argument
+                </p>
+                </td>
 </tr>
 <tr>
-<td><code class="computeroutput"><span 
class="identifier">Pred</span></code></td>
-<td>A
-                unary function object</td>
-<td>Operation's argument</td>
+<td>
+                <p>
+                  <code class="computeroutput"><span 
class="identifier">Pred</span></code>
+                </p>
+                </td>
+<td>
+                <p>
+                  A unary function object
+                </p>
+                </td>
+<td>
+                <p>
+                  Operation's argument
+                </p>
+                </td>
 </tr>
 </tbody>
 </table>
 </div>
 <a 
name="fusion.algorithms.query.metafunctions.count_if.expression_semantics"></a><h6>
-<a name="id1113847"></a>
+<a name="id1148626"></a>
             <a 
href="count_if.html#fusion.algorithms.query.metafunctions.count_if.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -96,14 +129,14 @@
             always <code class="computeroutput"><span 
class="keyword">int</span></code>.
           </p>
 <a name="fusion.algorithms.query.metafunctions.count_if.complexity"></a><h6>
-<a name="id1113978"></a>
+<a name="id1148763"></a>
             <a 
href="count_if.html#fusion.algorithms.query.metafunctions.count_if.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithms.query.metafunctions.count_if.header"></a><h6>
-<a name="id1114006"></a>
+<a name="id1148791"></a>
             <a 
href="count_if.html#fusion.algorithms.query.metafunctions.count_if.header">Header</a>
           </h6>
 <pre class="programlisting">

Index: find.html
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/algorithms/query/metafunctions/find.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- find.html   25 Feb 2007 22:02:15 -0000      1.13
+++ find.html   13 Jul 2007 19:25:16 -0000      1.14
@@ -26,7 +26,7 @@
 <div class="titlepage"><div><div><h5 class="title">
 <a name="fusion.algorithms.query.metafunctions.find"></a><a href="find.html" 
title="find">find</a></h5></div></div></div>
 <a name="fusion.algorithms.query.metafunctions.find.description"></a><h6>
-<a name="id1111955"></a>
+<a name="id1146538"></a>
             <a 
href="find.html#fusion.algorithms.query.metafunctions.find.description">Description</a>
           </h6>
 <p>
@@ -34,7 +34,7 @@
             given the sequence and search types.
           </p>
 <a name="fusion.algorithms.query.metafunctions.find.synopsis"></a><h6>
-<a name="id1111992"></a>
+<a name="id1146577"></a>
             <a 
href="find.html#fusion.algorithms.query.metafunctions.find.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting">
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1112096"></a><p class="title"><b>Table 1.48. Parameters</b></p>
+<a name="id1146682"></a><p class="title"><b>Table 1.49. Parameters</b></p>
 <table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -56,31 +56,64 @@
 <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>Model
-                of <a href="../../../sequences/concepts/forward_sequence.html" 
title="Forward
+<td>
+                <p>
+                  <code class="computeroutput"><span 
class="identifier">Sequence</span></code>
+                </p>
+                </td>
+<td>
+                <p>
+                  Model of <a 
href="../../../sequences/concepts/forward_sequence.html" title="Forward
         Sequence">Forward
-                Sequence</a>
-</td>
-<td>Operation's argument</td>
+                  Sequence</a>
+                </p>
+                </td>
+<td>
+                <p>
+                  Operation's argument
+                </p>
+                </td>
 </tr>
 <tr>
-<td><code class="computeroutput"><span class="identifier">T</span></code></td>
-<td>Any
-                type</td>
-<td>Operation's argument</td>
+<td>
+                <p>
+                  <code class="computeroutput"><span 
class="identifier">T</span></code>
+                </p>
+                </td>
+<td>
+                <p>
+                  Any type
+                </p>
+                </td>
+<td>
+                <p>
+                  Operation's argument
+                </p>
+                </td>
 </tr>
 </tbody>
 </table>
 </div>
 <a 
name="fusion.algorithms.query.metafunctions.find.expression_semantics"></a><h6>
-<a name="id1112179"></a>
+<a name="id1146805"></a>
             <a 
href="find.html#fusion.algorithms.query.metafunctions.find.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -97,14 +130,14 @@
             in <code class="computeroutput"><span 
class="identifier">Sequence</span></code>, or <code class="computeroutput"><a 
href="../../../sequences/intrinsics/metafunctions/end.html" title="end"><code 
class="computeroutput"><span class="identifier">result_of</span><span 
class="special">::</span><span class="identifier">end</span></code></a><span 
class="special">&lt;</span><span class="identifier">Sequence</span><span 
class="special">&gt;::</span><span class="identifier">type</span></code> if 
there is no such element.
           </p>
 <a name="fusion.algorithms.query.metafunctions.find.complexity"></a><h6>
-<a name="id1112352"></a>
+<a name="id1146984"></a>
             <a 
href="find.html#fusion.algorithms.query.metafunctions.find.complexity">Complexity</a>
           </h6>
 <p>
             Linear, at most <code class="computeroutput"><a 
href="../../../sequences/intrinsics/metafunctions/size.html" title="size"><code 
class="computeroutput"><span class="identifier">result_of</span><span 
class="special">::</span><span class="identifier">size</span></code></a><span 
class="special">&lt;</span><span class="identifier">Sequence</span><span 
class="special">&gt;::</span><span class="identifier">value</span></code> 
comparisons.
           </p>
 <a name="fusion.algorithms.query.metafunctions.find.header"></a><h6>
-<a name="id1112424"></a>
+<a name="id1147058"></a>
             <a 
href="find.html#fusion.algorithms.query.metafunctions.find.header">Header</a>
           </h6>
 <pre class="programlisting">

Index: find_if.html
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/algorithms/query/metafunctions/find_if.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- find_if.html        25 Feb 2007 22:02:15 -0000      1.13
+++ find_if.html        13 Jul 2007 19:25:16 -0000      1.14
@@ -26,7 +26,7 @@
 <div class="titlepage"><div><div><h5 class="title">
 <a name="fusion.algorithms.query.metafunctions.find_if"></a><a 
href="find_if.html" title="find_if">find_if</a></h5></div></div></div>
 <a name="fusion.algorithms.query.metafunctions.find_if.description"></a><h6>
-<a name="id1112537"></a>
+<a name="id1147172"></a>
             <a 
href="find_if.html#fusion.algorithms.query.metafunctions.find_if.description">Description</a>
           </h6>
 <p>
@@ -34,7 +34,7 @@
             given the sequence and predicate types.
           </p>
 <a name="fusion.algorithms.query.metafunctions.find_if.synopsis"></a><h6>
-<a name="id1112574"></a>
+<a name="id1147211"></a>
             <a 
href="find_if.html#fusion.algorithms.query.metafunctions.find_if.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting">
@@ -48,7 +48,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1112679"></a><p class="title"><b>Table 1.49. Parameters</b></p>
+<a name="id1147317"></a><p class="title"><b>Table 1.50. Parameters</b></p>
 <table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -56,33 +56,65 @@
 <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
-                model of <a 
href="../../../sequences/concepts/forward_sequence.html" title="Forward
+<td>
+                <p>
+                  <code class="computeroutput"><span 
class="identifier">Sequence</span></code>
+                </p>
+                </td>
+<td>
+                <p>
+                  A model of <a 
href="../../../sequences/concepts/forward_sequence.html" title="Forward
         Sequence">Forward
-                Sequence</a>
-</td>
-<td>Operation's argument</td>
+                  Sequence</a>
+                </p>
+                </td>
+<td>
+                <p>
+                  Operation's argument
+                </p>
+                </td>
 </tr>
 <tr>
-<td><code class="computeroutput"><span 
class="identifier">Pred</span></code></td>
-<td>A
-                model of <a 
href="http://www.boost.org/libs/mpl/doc/refmanual/lambda-expression.html"; 
target="_top">MPL
-                Lambda Expression</a>
-</td>
-<td>Operation's arguments</td>
+<td>
+                <p>
+                  <code class="computeroutput"><span 
class="identifier">Pred</span></code>
+                </p>
+                </td>
+<td>
+                <p>
+                  A model of <a 
href="http://www.boost.org/libs/mpl/doc/refmanual/lambda-expression.html"; 
target="_top">MPL
+                  Lambda Expression</a>
+                </p>
+                </td>
+<td>
+                <p>
+                  Operation's arguments
+                </p>
+                </td>
 </tr>
 </tbody>
 </table>
 </div>
 <a 
name="fusion.algorithms.query.metafunctions.find_if.expression_semantics"></a><h6>
-<a name="id1112771"></a>
+<a name="id1147449"></a>
             <a 
href="find_if.html#fusion.algorithms.query.metafunctions.find_if.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -100,14 +132,14 @@
             to true. Returns <code class="computeroutput"><a 
href="../../../sequences/intrinsics/metafunctions/end.html" title="end"><code 
class="computeroutput"><span class="identifier">result_of</span><span 
class="special">::</span><span class="identifier">end</span></code></a><span 
class="special">&lt;</span><span class="identifier">Sequence</span><span 
class="special">&gt;::</span><span class="identifier">type</span></code> if 
there is no such element.
           </p>
 <a name="fusion.algorithms.query.metafunctions.find_if.complexity"></a><h6>
-<a name="id1112944"></a>
+<a name="id1147629"></a>
             <a 
href="find_if.html#fusion.algorithms.query.metafunctions.find_if.complexity">Complexity</a>
           </h6>
 <p>
             Linear. At most <code class="computeroutput"><a 
href="../../../sequences/intrinsics/metafunctions/size.html" title="size"><code 
class="computeroutput"><span class="identifier">result_of</span><span 
class="special">::</span><span class="identifier">size</span></code></a><span 
class="special">&lt;</span><span class="identifier">Sequence</span><span 
class="special">&gt;::</span><span class="identifier">value</span></code> 
comparisons.
           </p>
 <a name="fusion.algorithms.query.metafunctions.find_if.header"></a><h6>
-<a name="id1113016"></a>
+<a name="id1147703"></a>
             <a 
href="find_if.html#fusion.algorithms.query.metafunctions.find_if.header">Header</a>
           </h6>
 <pre class="programlisting">

Index: none.html
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/algorithms/query/metafunctions/none.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- none.html   25 Feb 2007 22:02:15 -0000      1.13
+++ none.html   13 Jul 2007 19:25:17 -0000      1.14
@@ -26,14 +26,14 @@
 <div class="titlepage"><div><div><h5 class="title">
 <a name="fusion.algorithms.query.metafunctions.none"></a><a href="none.html" 
title="none">none</a></h5></div></div></div>
 <a name="fusion.algorithms.query.metafunctions.none.description"></a><h6>
-<a name="id1111416"></a>
+<a name="id1145948"></a>
             <a 
href="none.html#fusion.algorithms.query.metafunctions.none.description">Description</a>
           </h6>
 <p>
             A metafunction returning the result type of <a 
href="../functions/none.html" title="none"><code class="computeroutput"><span 
class="identifier">none</span></code></a>.
           </p>
 <a name="fusion.algorithms.query.metafunctions.none.synopsis"></a><h6>
-<a name="id1111459"></a>
+<a name="id1145992"></a>
             <a 
href="none.html#fusion.algorithms.query.metafunctions.none.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting">
@@ -47,7 +47,7 @@
 <span class="special">};</span>
 </pre>
 <div class="table">
-<a name="id1111565"></a><p class="title"><b>Table 1.47. Parameters</b></p>
+<a name="id1146099"></a><p class="title"><b>Table 1.48. Parameters</b></p>
 <table class="table" summary="Parameters">
 <colgroup>
 <col>
@@ -55,34 +55,66 @@
 <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
-                model of <a 
href="../../../sequences/concepts/forward_sequence.html" title="Forward
+<td>
+                <p>
+                  <code class="computeroutput"><span 
class="identifier">Sequence</span></code>
+                </p>
+                </td>
+<td>
+                <p>
+                  A model of <a 
href="../../../sequences/concepts/forward_sequence.html" title="Forward
         Sequence">Forward
-                Sequence</a>
-</td>
-<td>Operation's argument</td>
+                  Sequence</a>
+                </p>
+                </td>
+<td>
+                <p>
+                  Operation's argument
+                </p>
+                </td>
 </tr>
 <tr>
-<td><code class="computeroutput"><span class="identifier">F</span></code></td>
-<td>A
-                model of unary <a 
href="../../../functional/concepts/poly.html" title=" Polymorphic Function
+<td>
+                <p>
+                  <code class="computeroutput"><span 
class="identifier">F</span></code>
+                </p>
+                </td>
+<td>
+                <p>
+                  A model of unary <a 
href="../../../functional/concepts/poly.html" title=" Polymorphic Function
         Object">Polymorphic
-                Function Object</a>
-</td>
-<td>Operation's argument</td>
+                  Function Object</a>
+                </p>
+                </td>
+<td>
+                <p>
+                  Operation's argument
+                </p>
+                </td>
 </tr>
 </tbody>
 </table>
 </div>
 <a 
name="fusion.algorithms.query.metafunctions.none.expression_semantics"></a><h6>
-<a name="id1111656"></a>
+<a name="id1146230"></a>
             <a 
href="none.html#fusion.algorithms.query.metafunctions.none.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -102,14 +134,14 @@
             The return type is always <code class="computeroutput"><span 
class="keyword">bool</span></code>.
           </p>
 <a name="fusion.algorithms.query.metafunctions.none.complexity"></a><h6>
-<a name="id1111814"></a>
+<a name="id1146397"></a>
             <a 
href="none.html#fusion.algorithms.query.metafunctions.none.complexity">Complexity</a>
           </h6>
 <p>
             Constant.
           </p>
 <a name="fusion.algorithms.query.metafunctions.none.header"></a><h6>
-<a name="id1111842"></a>
+<a name="id1146425"></a>
             <a 
href="none.html#fusion.algorithms.query.metafunctions.none.header">Header</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