Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60857 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-25 23:42:01


Author: e_r
Date: 2010-03-25 23:41:53 EDT (Thu, 25 Mar 2010)
New Revision: 60857
URL: http://svn.boost.org/trac/boost/changeset/60857

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/libs/assign/doc/index.html | 22 ++++++++++++++++++++--
   1 files changed, 20 insertions(+), 2 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-25 23:41:53 EDT (Thu, 25 Mar 2010)
@@ -1761,8 +1761,26 @@
 
   <h3>Proxy object <code>chain_impl::expr&lt;&gt;</code><a name="ref-chain_impl"> </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.
+ <b>Header</b> <code>&lt;boost/assign/auto_size/range/chain.hpp></code>
+
+ <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>L</tt></td><td> Implementation-defined </td> </tr>
+ <tr><td><tt>E</tt></td><td> Implementation-defined </td> </tr>
+ <tr><td><tt>Rng1</tt></td><td> A range to chain to </td> </tr>
+ <tr><td><tt>is_first</tt></td><td> boolean constant </td> </tr>
+ <tr><td><tt>V</tt></td><td> A value type </td> </tr>
+ <tr><td><tt>R</tt></td><td> A reference type</td> </tr>
+ <tr><td><tt>add_const</tt></td><td> boolean constant </td> </tr>
+ </table>
+ </blockquote>
+
+ TODO
 
   <h2><a name="exceptions">Exceptions and exception-safety</a></h2>
   <p>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk