$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60604 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-14 20:26:36
Author: e_r
Date: 2010-03-14 20:26:35 EDT (Sun, 14 Mar 2010)
New Revision: 60604
URL: http://svn.boost.org/trac/boost/changeset/60604
Log:
m
Text files modified: 
   sandbox/statistics/detail/assign/libs/assign/doc/index.html |    57 +++++++-------------------------------- 
   1 files changed, 11 insertions(+), 46 deletions(-)
Modified: sandbox/statistics/detail/assign/libs/assign/doc/index.html
==============================================================================
--- sandbox/statistics/detail/assign/libs/assign/doc/index.html	(original)
+++ sandbox/statistics/detail/assign/libs/assign/doc/index.html	2010-03-14 20:26:35 EDT (Sun, 14 Mar 2010)
@@ -75,7 +75,7 @@
         <li> Proxy object list_inserter<></li>
         <li> Proxy object static_generic_list<> </li>
         <li> Proxy object array_interface<> </li>
-        <li> Proxy object chain_as_member<> </li>
+        <li> Proxy object adaptor::chain_convert<> </li>
         <li> Proxy object expr<> </li>
         <li> Proxy object lazy_array<> </li>
         <li> Proxy object static_array<> </li>
@@ -475,13 +475,13 @@
 
 </p>
 
-<h3>Function <code>chain_convert()</code> <a name="chain_convert"></h3>
+<h3>Functions <code>chain_convert_l()</code> and <code>chain_convert_r()</code><a name="chain_convert"></h3>
 
 While the function range() works in combination with functions
 such as list_of(), it is not compatible with  
 <a href="#ref_csv"><code>ref_csv()</code></a>, <a href="#ref_list"><code>ref_list_of()</code></a> and their variants, 
-which are part of a different framework. The function <code>chain_convert()</code>, 
-however, achieves a similar goal. Continuing the example above,
+which are part of a different framework. The functions <code>chain_convert_l()</code>, 
+and <code>chain_convert_r()</code> achieve a similar goal and have the same interface as list_of(). Continuing the example above,
 
 
 <blockquote><pre><span class=preprocessor>#include</span> <span class=special><</span><span class=identifier>boost</span><span class=special>/</span><span class=identifier>assign</span><span class=special>/</span><span class=identifier>auto_size</span><span class=special>/</span><span class=identifier>chain_convert</span><span class=special>.</span><span class=identifier>hpp</span><span class=special>></span> 
@@ -849,8 +849,8 @@
          <td>     everything except support for pointer containers  </td>
 
      <tr>
-         <td> <boost/assign/auto_size/chain/auto_convert.hpp>               </td>
-         <td>     chain_convert()  
+         <td> <boost/assign/auto_size/chain/chain_convert.hpp>               </td>
+         <td>     chain_convert_l()  and chain_convert_r() 
 
      <tr>
          <td> <boost/assign/auto_size/ref_csv.hpp>               </td>
@@ -1186,10 +1186,10 @@
         <li> Proxy object list_inserter<></li>
         <li> Proxy object static_generic_list<> </li>
         <li> Proxy object array_interface<> </li>
-        <li> Proxy object chain_as_member<> </li>
         <li> Proxy object expr<> </li>
         <li> Proxy object lazy_array<> </li>
         <li> Proxy object static_array<> </li>
+        <li> Proxy objects adaptor::chain_convert_l<> and adaptor::chain_convert_r<></li>
      </ul>
 
   <h3>Proxy object <code>converter<></code><a name=ref-converter> </h3>
@@ -1563,40 +1563,6 @@
           </table>
   </blockquote>
 
-  <h3><a name="ref-chain_as_member">Proxy object <code>chain_as_member<></code></a></h3> 
-
-    <p>
-  <b>Header</b> <code><boost/assign/auto_size/chain/as_member.hpp></code>
-  </p>
-
-    <p>
-  <b>Template parameters</b> 
-  </p>
-
-  <blockquote>
-  	<table cellpadding=5 border=1>
-  	<tr><th class="head">Parameter</th> <th class="head">Description</th>
-  	<tr><td><tt>D</tt></td><td> Derived </td> </tr>
-  	</table>
-  </blockquote>
-
-    <p>
-  <b>Associated types</b> 
-  </p>
-
-  To be defined.
-
-    <p>
-  <b>Requirements</b> 
-  </p>
-
-  To be defined.
-   
-    <p>
-  <b>Synopsis</b> 
-  </p>
-
-  To be defined.
    
   <h3><a name="ref-expr">Proxy object <code>expr<></code></a></h3> 
     <p>
@@ -1705,11 +1671,6 @@
    exposes iterators, however, it is interoperable with the function chain_convert_l() 
    and chain_convert_r(), which serve a similar purpose.
 </p>
-
-  <h3><a name="ref-adaptor_chain_convert">Proxy objects <code>adaptor_chain_convert_l<></code> and <code>adaptor_chain_convert_r<></code> </a> </h3>
-   
-  Successive calls to this proxy object joins together collections into one whose dereferenced type is one that is convertible
-  to from those of the two input ranges. In particular, either range may contain reference wrappers if they meet certain traits requirement.
   
   
   <h3><a name="ref-lazy_array">Proxy object <code>lazy_array<></code></a></h3> 
@@ -1798,6 +1759,10 @@
           </table>
   </blockquote>
 
+  <h3><a name="ref-adaptor_chain_convert">Proxy objects <code>adaptor_chain_convert_l<></code> and <code>adaptor_chain_convert_r<></code> </a> </h3>
+   
+  Successive calls to this proxy object joins together collections into one whose dereferenced type is one that is convertible
+  to from those of the input ranges. In particular, either range may contain reference wrappers if they meet certain traits requirement.
 
   <h2><a name="exceptions">Exceptions and exception-safety</a></h2>
   <p>